Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp144 PP.getPreprocessorAllocator().Allocate<Token>(1), 1); in HandlePragma()
356 PP.getPreprocessorAllocator().Allocate<Token>(1), 1); in HandlePragma()
2215 PP.getPreprocessorAllocator().Allocate<Sema::PragmaPackInfo>(1); in HandlePragma()
2539 PP.getPreprocessorAllocator().Allocate<Token>(3), 3); in HandlePragma()
2551 PP.getPreprocessorAllocator().Allocate<Token>(2), 2); in HandlePragma()
2675 auto Info = PP.getPreprocessorAllocator().Allocate<OpenCLExtData>(1); in HandlePragma()
2960 auto Value = new (PP.getPreprocessorAllocator()) in HandlePragma()
3297 auto *AnnotValue = new (PP.getPreprocessorAllocator()) TokFPAnnotValue; in HandlePragma()
3636 auto *Info = new (PP.getPreprocessorAllocator()) PragmaLoopHintInfo; in HandlePragma()
3692 auto *Info = new (PP.getPreprocessorAllocator()) PragmaLoopHintInfo; in HandlePragma()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp262 void *Mem = PP.getPreprocessorAllocator().Allocate( in create()
H A DPragma.cpp1226 PP.getPreprocessorAllocator().Allocate<Token>(1), 1); in HandleCaptured()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h840 Info = new (PP.getPreprocessorAllocator()) in getModuleInfo()
926 Info = new (PP.getPreprocessorAllocator()) in setOverriddenMacros()
1206 llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; } in getPreprocessorAllocator() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1796 auto *Info = new (PP.getPreprocessorAllocator()) PragmaLoopHintInfo; in ReadToken()
1804 Info->Toks = llvm::ArrayRef(Toks).copy(PP.getPreprocessorAllocator()); in ReadToken()
1809 auto *Info = new (PP.getPreprocessorAllocator()) Sema::PragmaPackInfo; in ReadToken()
1813 llvm::StringRef(SlotLabel).copy(PP.getPreprocessorAllocator()); in ReadToken()
1907 PP.getPreprocessorAllocator()); in ReadMacroRecord()
1923 MI->setParameterList(MacroParams, PP.getPreprocessorAllocator()); in ReadMacroRecord()