HomeSort by: relevance | last modified time | path
    Searched refs:appendMacroDirective (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp 1484 appendMacroDirective(II, AllocateVisibilityMacroDirective(
1511 appendMacroDirective(II, AllocateVisibilityMacroDirective(
2952 appendMacroDirective(II, Undef);
PPMacroExpansion.cpp 71 void Preprocessor::appendMacroDirective(IdentifierInfo *II, MacroDirective *MD){
99 // Normally, when a macro is defined, it goes through appendMacroDirective()
Pragma.cpp 645 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc));
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1135 void appendMacroDirective(IdentifierInfo *II, MacroDirective *MD);
1139 appendMacroDirective(II, MD);

Completed in 76 milliseconds