Home
last modified time | relevance | path

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

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