Searched refs:getPreprocessorAllocator (Results 1 – 6 of 6) sorted by relevance
85 size_t NumAllocated = PP.getPreprocessorAllocator().getBytesAllocated(); in TEST_F()
118 MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1), in HandlePragma()308 PP.getPreprocessorAllocator().Allocate<Token>(1), 1); in HandlePragma()2060 PP.getPreprocessorAllocator().Allocate<PragmaPackInfo>(1); in HandlePragma()2384 PP.getPreprocessorAllocator().Allocate<Token>(3), 3); in HandlePragma()2396 PP.getPreprocessorAllocator().Allocate<Token>(2), 2); in HandlePragma()2520 auto Info = PP.getPreprocessorAllocator().Allocate<OpenCLExtData>(1); in HandlePragma()2805 auto Value = new (PP.getPreprocessorAllocator()) in HandlePragma()3142 auto *AnnotValue = new (PP.getPreprocessorAllocator()) TokFPAnnotValue; in HandlePragma()3474 auto *Info = new (PP.getPreprocessorAllocator()) PragmaLoopHintInfo; in HandlePragma()3530 auto *Info = new (PP.getPreprocessorAllocator()) PragmaLoopHintInfo; in HandlePragma()[all …]
262 void *Mem = PP.getPreprocessorAllocator().Allocate( in create()
1206 PP.getPreprocessorAllocator().Allocate<Token>(1), 1); in HandleCaptured()
710 Info = new (PP.getPreprocessorAllocator()) in getModuleInfo()796 Info = new (PP.getPreprocessorAllocator()) in setOverriddenMacros()1080 llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; } in getPreprocessorAllocator() function
1781 PP.getPreprocessorAllocator()); in ReadMacroRecord()1797 MI->setParameterList(MacroParams, PP.getPreprocessorAllocator()); in ReadMacroRecord()