This is the complete list of members for
clang::UndefMacroDirective, including all inherited members.
| classof(const MacroDirective *MD) | clang::UndefMacroDirective | [inline, static] |
| classof(const UndefMacroDirective *) | clang::UndefMacroDirective | [inline, static] |
| dump() const | clang::MacroDirective | |
| findDirectiveAtLoc(SourceLocation L, SourceManager &SM) const | clang::MacroDirective | |
| getDefinition() | clang::MacroDirective | |
| getDefinition() const | clang::MacroDirective | [inline] |
| getKind() const | clang::MacroDirective | [inline] |
| getLocation() const | clang::MacroDirective | [inline] |
| getMacroInfo() const | clang::MacroDirective | [inline] |
| getMacroInfo() | clang::MacroDirective | [inline] |
| getModuleDataStart() | clang::MacroDirective | [inline, protected] |
| getModuleDataStart() const | clang::MacroDirective | [inline, protected] |
| getOverriddenModules() const | clang::MacroDirective | [inline] |
| getOwningModuleID() const | clang::MacroDirective | [inline] |
| getPrevious() const | clang::MacroDirective | [inline] |
| getPrevious() | clang::MacroDirective | [inline] |
| IsAmbiguous | clang::MacroDirective | [protected] |
| isDefined() const | clang::MacroDirective | [inline] |
| isFromPCH() const | clang::MacroDirective | [inline] |
| IsFromPCH | clang::MacroDirective | [protected] |
| IsImported | clang::MacroDirective | [protected] |
| isImported() const | clang::MacroDirective | [inline] |
| IsPublic | clang::MacroDirective | [protected] |
| Kind enum name | clang::MacroDirective | |
| Loc | clang::MacroDirective | [protected] |
| MacroDirective(Kind K, SourceLocation Loc, unsigned ImportedFromModuleID=0, ArrayRef< unsigned > Overrides=None) | clang::MacroDirective | [inline, protected] |
| MD_Define enum value | clang::MacroDirective | |
| MD_Undefine enum value | clang::MacroDirective | |
| MD_Visibility enum value | clang::MacroDirective | |
| MDKind | clang::MacroDirective | [protected] |
| NumOverrides | clang::MacroDirective | [protected] |
| Previous | clang::MacroDirective | [protected] |
| setIsFromPCH() | clang::MacroDirective | [inline] |
| setPrevious(MacroDirective *Prev) | clang::MacroDirective | [inline] |
| UndefMacroDirective(SourceLocation UndefLoc, unsigned ImportedFromModuleID=0, ArrayRef< unsigned > Overrides=None) | clang::UndefMacroDirective | [inline, explicit] |