Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParsePragma.cpp113 MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1), in HandlePragma()
1729 PP.getPreprocessorAllocator().Allocate<PragmaPackInfo>(1); in HandlePragma()
1980 PP.getPreprocessorAllocator().Allocate<Token>(2 * Identifiers.size()), in HandlePragma()
2030 PP.getPreprocessorAllocator().Allocate<Token>(3), 3); in HandlePragma()
2041 PP.getPreprocessorAllocator().Allocate<Token>(2), 2); in HandlePragma()
2165 auto Info = PP.getPreprocessorAllocator().Allocate<OpenCLExtData>(1); in HandlePragma()
2452 auto Value = new (PP.getPreprocessorAllocator()) in HandlePragma()
2718 auto *AnnotValue = new (PP.getPreprocessorAllocator()) in HandlePragma()
2898 auto *Info = new (PP.getPreprocessorAllocator()) PragmaLoopHintInfo; in HandlePragma()
2954 auto *Info = new (PP.getPreprocessorAllocator()) PragmaLoopHintInfo; in HandlePragma()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp245 void *Mem = PP.getPreprocessorAllocator().Allocate( in create()
H A DPragma.cpp1134 PP.getPreprocessorAllocator().Allocate<Token>(1), 1); in HandleCaptured()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h505 Info = new (PP.getPreprocessorAllocator()) in getModuleInfo()
591 Info = new (PP.getPreprocessorAllocator()) in setOverriddenMacros()
827 llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; } in getPreprocessorAllocator() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp1644 MI->setParameterList(MacroParams, PP.getPreprocessorAllocator()); in ReadMacroRecord()