Searched refs:getPreprocessorAllocator (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Parse/
H A DParsePragma.cpp791 (PragmaPackInfo*) PP.getPreprocessorAllocator().Allocate(
801 (Token*) PP.getPreprocessorAllocator().Allocate(
844 (Token*) PP.getPreprocessorAllocator().Allocate(
913 (Token*) PP.getPreprocessorAllocator().Allocate(
1005 (Token*) PP.getPreprocessorAllocator().Allocate(
1056 (Token*) PP.getPreprocessorAllocator().Allocate(
1068 (Token*) PP.getPreprocessorAllocator().Allocate(
1113 (Token*) PP.getPreprocessorAllocator().Allocate(
1135 (Token*) PP.getPreprocessorAllocator().Allocate(
1193 (Token*) PP.getPreprocessorAllocator()
[all...]
/external/clang/include/clang/Lex/
H A DPreprocessor.h488 llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; } function in class:clang::Preprocessor
/external/clang/lib/Lex/
H A DPragma.cpp915 Token *Toks = PP.getPreprocessorAllocator().Allocate<Token>(1);
/external/clang/lib/Serialization/
H A DASTReader.cpp1417 PP.getPreprocessorAllocator());

Completed in 1915 milliseconds