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

  /external/clang/lib/Parse/
ParsePragma.cpp 791 (PragmaPackInfo*) PP.getPreprocessorAllocator().Allocate(
801 (Token*) PP.getPreprocessorAllocator().Allocate(
844 (Token*) PP.getPreprocessorAllocator().Allocate(
913 (Token*) PP.getPreprocessorAllocator().Allocate(
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 488 llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; }
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp 915 Token *Toks = PP.getPreprocessorAllocator().Allocate<Token>(1);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 470 milliseconds