Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Parse/
H A DParsePragma.cpp1061 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 DPreprocessor.h407 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 DMacroInfo.cpp241 void *Mem = PP.getPreprocessorAllocator().Allocate( in create()
H A DPragma.cpp942 PP.getPreprocessorAllocator().Allocate<Token>(1), 1); in HandleCaptured()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DPreprocessor.h840 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/
DPreprocessor.h850 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/
DPreprocessor.h850 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/
DPreprocessor.h850 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 DASTReader.cpp1481 MI->setArgumentList(MacroArgs, PP.getPreprocessorAllocator()); in ReadMacroRecord()