Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h366 SourceLocation UndefLoc; variable
371 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc, in DefInfo()
457 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp200 SourceLocation UndefLoc; in getDefinition() local
H A DPPDirectives.cpp75 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) { in AllocateUndefMacroDirective()