Home
last modified time | relevance | path

Searched defs:UndefLoc (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Lex/
DMacroInfo.h420 SourceLocation UndefLoc; variable
426 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc, in DefInfo()
526 : MacroDirective(MD_Undefine, UndefLoc, ImportedFromModuleID, Overrides) { in MacroDirective() argument
/external/clang/lib/Lex/
DMacroInfo.cpp174 SourceLocation UndefLoc; in getDefinition() local
DPPDirectives.cpp77 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc, in AllocateUndefMacroDirective()