Searched refs:getPreprocessorAllocator (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 1061 PP.getPreprocessorAllocator().Allocate<PragmaPackInfo>(1); in HandlePragma() 1066 MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1), in HandlePragma() 1108 MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1), in HandlePragma() 1176 MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1), in ParseAlignPragma() 1267 PP.getPreprocessorAllocator().Allocate<Token>(2 * Identifiers.size()), in HandlePragma() 1317 PP.getPreprocessorAllocator().Allocate<Token>(3), 3); in HandlePragma() 1328 PP.getPreprocessorAllocator().Allocate<Token>(2), 2); in HandlePragma() 1371 MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(3), in HandlePragma() 1392 MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1), in HandlePragma() 1448 MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1), in HandlePragma() [all …]
|
/aosp_15_r20/external/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 407 Info = new (PP.getPreprocessorAllocator()) in getModuleInfo() 486 Info = new (PP.getPreprocessorAllocator()) in setOverriddenMacros() 701 llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; } in getPreprocessorAllocator() function
|
/aosp_15_r20/external/clang/lib/Lex/ |
H A D | MacroInfo.cpp | 241 void *Mem = PP.getPreprocessorAllocator().Allocate( in create()
|
H A D | Pragma.cpp | 942 PP.getPreprocessorAllocator().Allocate<Token>(1), 1); in HandleCaptured()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/ |
D | Preprocessor.h | 840 Info = new (PP.getPreprocessorAllocator()) in getModuleInfo() 926 Info = new (PP.getPreprocessorAllocator()) in setOverriddenMacros() 1206 llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; } in getPreprocessorAllocator() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/ |
D | Preprocessor.h | 850 Info = new (PP.getPreprocessorAllocator()) in getModuleInfo() 936 Info = new (PP.getPreprocessorAllocator()) in setOverriddenMacros() 1216 llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; } in getPreprocessorAllocator() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/ |
D | Preprocessor.h | 850 Info = new (PP.getPreprocessorAllocator()) in getModuleInfo() 936 Info = new (PP.getPreprocessorAllocator()) in setOverriddenMacros() 1216 llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; } in getPreprocessorAllocator() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/ |
D | Preprocessor.h | 850 Info = new (PP.getPreprocessorAllocator()) in getModuleInfo() 936 Info = new (PP.getPreprocessorAllocator()) in setOverriddenMacros() 1216 llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; } in getPreprocessorAllocator() function
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 1481 MI->setArgumentList(MacroArgs, PP.getPreprocessorAllocator()); in ReadMacroRecord()
|