Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h340 SourceLocation UndefLoc; variable
345 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc, in DefInfo()
431 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DMacroInfo.cpp180 SourceLocation UndefLoc; in getDefinition() local
H A DPPDirectives.cpp70 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) { in AllocateUndefMacroDirective()