Searched refs:getPreprocessorAllocator (Results 1 – 5 of 5) sorted by relevance
113 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 …]
245 void *Mem = PP.getPreprocessorAllocator().Allocate( in create()
1134 PP.getPreprocessorAllocator().Allocate<Token>(1), 1); in HandleCaptured()
505 Info = new (PP.getPreprocessorAllocator()) in getModuleInfo()591 Info = new (PP.getPreprocessorAllocator()) in setOverriddenMacros()827 llvm::BumpPtrAllocator &getPreprocessorAllocator() { return BP; } in getPreprocessorAllocator() function
1644 MI->setParameterList(MacroParams, PP.getPreprocessorAllocator()); in ReadMacroRecord()