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

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp 58 MacroInfo *Preprocessor::AllocateMacroInfo(SourceLocation L) {
2551 MacroInfo *const MI = AllocateMacroInfo(MacroNameTok.getLocation());
2904 MacroInfo *MI = AllocateMacroInfo(SourceLocation());
PPMacroExpansion.cpp 333 MacroInfo *MI = PP.AllocateMacroInfo(SourceLocation());
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1995 MacroInfo *AllocateMacroInfo(SourceLocation L);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 1749 MacroInfo *MI = PP.AllocateMacroInfo(Loc);

Completed in 25 milliseconds