Home
last modified time | relevance | path

Searched refs:AllocateMacroInfo (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Lex/
DPPDirectives.cpp41 MacroInfo *Preprocessor::AllocateMacroInfo() { in AllocateMacroInfo() function in Preprocessor
48 MacroInfo *Preprocessor::AllocateMacroInfo(SourceLocation L) { in AllocateMacroInfo() function in Preprocessor
49 MacroInfo *MI = AllocateMacroInfo(); in AllocateMacroInfo()
2281 MacroInfo *MI = AllocateMacroInfo(MacroNameTok.getLocation()); in HandleDefineDirective()
DPPMacroExpansion.cpp283 MacroInfo *MI = PP.AllocateMacroInfo(SourceLocation()); in RegisterBuiltinMacro()
/external/clang/include/clang/Lex/
DPreprocessor.h1625 MacroInfo *AllocateMacroInfo(SourceLocation L);
1723 MacroInfo *AllocateMacroInfo();
/external/llvm-project/clang/unittests/Lex/
DLexerTest.cpp383 MacroInfo *MI = PP->AllocateMacroInfo({}); in TEST_F()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp57 MacroInfo *Preprocessor::AllocateMacroInfo(SourceLocation L) { in AllocateMacroInfo() function in Preprocessor
2527 MacroInfo *const MI = AllocateMacroInfo(MacroNameTok.getLocation()); in ReadOptionalMacroParameterListAndBody()
DPPMacroExpansion.cpp331 MacroInfo *MI = PP.AllocateMacroInfo(SourceLocation()); in RegisterBuiltinMacro()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1990 MacroInfo *AllocateMacroInfo(SourceLocation L);
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp1736 MacroInfo *MI = PP.AllocateMacroInfo(Loc); in ReadMacroRecord()