Home
last modified time | relevance | path

Searched refs:getPreprocessorAllocator (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Parse/
DParsePragma.cpp1037 (PragmaPackInfo*) PP.getPreprocessorAllocator().Allocate( in HandlePragma()
1047 (Token*) PP.getPreprocessorAllocator().Allocate( in HandlePragma()
1092 (Token*) PP.getPreprocessorAllocator().Allocate( in HandlePragma()
1163 (Token*) PP.getPreprocessorAllocator().Allocate( in ParseAlignPragma()
1256 (Token*) PP.getPreprocessorAllocator().Allocate( in HandlePragma()
1307 (Token*) PP.getPreprocessorAllocator().Allocate( in HandlePragma()
1320 (Token*) PP.getPreprocessorAllocator().Allocate( in HandlePragma()
1366 (Token*) PP.getPreprocessorAllocator().Allocate( in HandlePragma()
1389 (Token*) PP.getPreprocessorAllocator().Allocate( in HandlePragma()
1448 (Token*) PP.getPreprocessorAllocator().Allocate( in HandlePragma()
[all …]
/external/clang/lib/Lex/
DMacroInfo.cpp241 void *Mem = PP.getPreprocessorAllocator().Allocate( in create()
DPragma.cpp924 Token *Toks = PP.getPreprocessorAllocator().Allocate<Token>(1); in HandleCaptured()
/external/clang/include/clang/Lex/
DPreprocessor.h406 Info = new (PP.getPreprocessorAllocator()) in getModuleInfo()
485 Info = new (PP.getPreprocessorAllocator()) in setOverriddenMacros()
694 llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; } in getPreprocessorAllocator() function
/external/clang/lib/Serialization/
DASTReader.cpp1461 MI->setArgumentList(MacroArgs, PP.getPreprocessorAllocator()); in ReadMacroRecord()