HomeSort by relevance Sort by last modified time
    Searched refs:getPreprocessorAllocator (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Parse/
ParsePragma.cpp     [all...]
  /external/clang/lib/Lex/
MacroInfo.cpp 241 void *Mem = PP.getPreprocessorAllocator().Allocate(
Pragma.cpp 924 Token *Toks = PP.getPreprocessorAllocator().Allocate<Token>(1);
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 406 Info = new (PP.getPreprocessorAllocator())
485 Info = new (PP.getPreprocessorAllocator())
694 llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; }
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 83 milliseconds