reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Lex/Preprocessor.h
  595         Info = new (PP.getPreprocessorAllocator())
  681         Info = new (PP.getPreprocessorAllocator())
tools/clang/lib/Lex/MacroInfo.cpp
  244   void *Mem = PP.getPreprocessorAllocator().Allocate(
tools/clang/lib/Lex/Pragma.cpp
 1136         PP.getPreprocessorAllocator().Allocate<Token>(1), 1);
tools/clang/lib/Parse/ParsePragma.cpp
  113     MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1),
 1733       PP.getPreprocessorAllocator().Allocate<PragmaPackInfo>(1);
 1738   MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1),
 1781   MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1),
 1898   MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1),
 1990       PP.getPreprocessorAllocator().Allocate<Token>(2 * Identifiers.size()),
 2041         PP.getPreprocessorAllocator().Allocate<Token>(3), 3);
 2053         PP.getPreprocessorAllocator().Allocate<Token>(2), 2);
 2097   MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(3),
 2117   MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1),
 2177   auto Info = PP.getPreprocessorAllocator().Allocate<OpenCLExtData>(1);
 2180   MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1),
 2461   auto Value = new (PP.getPreprocessorAllocator())
 2726     auto *AnnotValue = new (PP.getPreprocessorAllocator())
 2808   Info.Toks = llvm::makeArrayRef(ValueList).copy(PP.getPreprocessorAllocator());
 2908     auto *Info = new (PP.getPreprocessorAllocator()) PragmaLoopHintInfo;
 2964   auto *Info = new (PP.getPreprocessorAllocator()) PragmaLoopHintInfo;
 3171   auto *Info = new (PP.getPreprocessorAllocator())
 3265         llvm::makeArrayRef(AttributeTokens).copy(PP.getPreprocessorAllocator());
tools/clang/lib/Serialization/ASTReader.cpp
 1757         MI->setParameterList(MacroParams, PP.getPreprocessorAllocator());