Searched refs:getPreprocessorAllocator (Results 1 – 5 of 5) sorted by relevance
144 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 …]
262 void *Mem = PP.getPreprocessorAllocator().Allocate( in create()
1226 PP.getPreprocessorAllocator().Allocate<Token>(1), 1); in HandleCaptured()
840 Info = new (PP.getPreprocessorAllocator()) in getModuleInfo()926 Info = new (PP.getPreprocessorAllocator()) in setOverriddenMacros()1206 llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; } in getPreprocessorAllocator() function
1796 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()