Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp77 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc, in AllocateUndefMacroDirective() function in Preprocessor
2313 AllocateUndefMacroDirective(MacroNameTok.getLocation())); in HandleUndefDirective()
DPragma.cpp597 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()
/external/clang/include/clang/Lex/
DPreprocessor.h1417 AllocateUndefMacroDirective(SourceLocation UndefLoc,
/external/clang/lib/Serialization/
DASTReader.cpp1802 return PP.AllocateUndefMacroDirective(ImportLoc, SubModID, in import()
1926 MD = PP.AllocateUndefMacroDirective(Loc, ImportedFrom, Overrides); in installPCHMacroDirectives()