Searched refs:getPreprocessorAllocator (Results 1 – 5 of 5) sorted by relevance
118 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 …]
244 void *Mem = PP.getPreprocessorAllocator().Allocate( in create()
1261 PP.getPreprocessorAllocator().Allocate<Token>(1), 1); in HandleCaptured()
615 Info = new (PP.getPreprocessorAllocator()) in getModuleInfo()701 Info = new (PP.getPreprocessorAllocator()) in setOverriddenMacros()934 llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; } in getPreprocessorAllocator() function
1771 MI->setParameterList(MacroParams, PP.getPreprocessorAllocator()); in ReadMacroRecord()