Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DMacroInfo.h366 SourceLocation UndefLoc; variable
371 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc, in DefInfo()
457 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DMacroInfo.h366 SourceLocation UndefLoc; variable
371 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc, in DefInfo()
457 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DMacroInfo.h366 SourceLocation UndefLoc; variable
371 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc, in DefInfo()
457 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DMacroInfo.h366 SourceLocation UndefLoc; variable
371 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc, in DefInfo()
457 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective()
/aosp_15_r20/external/clang/include/clang/Lex/
H A DMacroInfo.h354 SourceLocation UndefLoc; variable
360 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc, in DefInfo()
442 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective()
/aosp_15_r20/external/clang/lib/Lex/
H A DMacroInfo.cpp178 SourceLocation UndefLoc; in getDefinition() local
H A DPPDirectives.cpp76 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) { in AllocateUndefMacroDirective()