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

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp 70 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) {
2943 Undef = AllocateUndefMacroDirective(MacroNameTok.getLocation());
Pragma.cpp 645 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc));
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 2073 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 2202 MD = PP.AllocateUndefMacroDirective(Loc);

Completed in 44 milliseconds