Home
last modified time | relevance | path

Searched refs:findDirectiveAtLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp203 MacroDirective::findDirectiveAtLoc(SourceLocation L, in findDirectiveAtLoc() function in MacroDirective
H A DPreprocessor.cpp353 Def = I->second.findDirectiveAtLoc(Loc, SourceMgr); in getLastMacroWithSpelling()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h561 MacroDirective::DefInfo findDirectiveAtLoc(SourceLocation Loc, in findDirectiveAtLoc() function
565 return Latest->findDirectiveAtLoc(Loc, SourceMgr); in findDirectiveAtLoc()
961 DI = MD->findDirectiveAtLoc(Loc, getSourceManager()); in getMacroDefinitionAtLoc()
H A DMacroInfo.h398 const DefInfo findDirectiveAtLoc(SourceLocation L,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp1059 return MD->findDirectiveAtLoc(Loc, SM).getMacroInfo(); in getMacroInfoForLocation()