Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp118 MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1), in HandlePragma()
1888 PP.getPreprocessorAllocator().Allocate<PragmaPackInfo>(1); in HandlePragma()
2161 PP.getPreprocessorAllocator().Allocate<Token>(2 * Identifiers.size()), in HandlePragma()
2212 PP.getPreprocessorAllocator().Allocate<Token>(3), 3); in HandlePragma()
2224 PP.getPreprocessorAllocator().Allocate<Token>(2), 2); in HandlePragma()
2348 auto Info = PP.getPreprocessorAllocator().Allocate<OpenCLExtData>(1); in HandlePragma()
2633 auto Value = new (PP.getPreprocessorAllocator()) in HandlePragma()
2977 auto *AnnotValue = new (PP.getPreprocessorAllocator()) TokFPAnnotValue; in HandlePragma()
3289 auto *Info = new (PP.getPreprocessorAllocator()) PragmaLoopHintInfo; in HandlePragma()
3345 auto *Info = new (PP.getPreprocessorAllocator()) PragmaLoopHintInfo; in HandlePragma()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp244 void *Mem = PP.getPreprocessorAllocator().Allocate( in create()
H A DPragma.cpp1261 PP.getPreprocessorAllocator().Allocate<Token>(1), 1); in HandleCaptured()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h615 Info = new (PP.getPreprocessorAllocator()) in getModuleInfo()
701 Info = new (PP.getPreprocessorAllocator()) in setOverriddenMacros()
934 llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; } in getPreprocessorAllocator() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1771 MI->setParameterList(MacroParams, PP.getPreprocessorAllocator()); in ReadMacroRecord()