Home
last modified time | relevance | path

Searched refs:AllocateUndefMacroDirective (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Lex/
DPPDirectives.cpp76 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) { in AllocateUndefMacroDirective() function in Preprocessor
2573 AllocateUndefMacroDirective(MacroNameTok.getLocation())); in HandleUndefDirective()
DPragma.cpp601 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()
/external/clang/include/clang/Lex/
DPreprocessor.h1727 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
/external/clang/lib/Serialization/
DASTReader.cpp1881 MD = PP.AllocateUndefMacroDirective(Loc); in resolvePendingMacro()