Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DMacroInfo.cpp200 MacroDirective::findDirectiveAtLoc(SourceLocation L, SourceManager &SM) const { in findDirectiveAtLoc() function in MacroDirective
DPreprocessor.cpp342 Def = I->second.findDirectiveAtLoc(Loc, SourceMgr); in getLastMacroWithSpelling()
/external/llvm-project/clang/lib/Lex/
DMacroInfo.cpp202 MacroDirective::findDirectiveAtLoc(SourceLocation L, in findDirectiveAtLoc() function in MacroDirective
DPreprocessor.cpp363 Def = I->second.findDirectiveAtLoc(Loc, SourceMgr); in getLastMacroWithSpelling()
/external/clang/include/clang/Lex/
DPreprocessor.h458 MacroDirective::DefInfo findDirectiveAtLoc(SourceLocation Loc, in findDirectiveAtLoc() function
462 return Latest->findDirectiveAtLoc(Loc, SourceMgr); in findDirectiveAtLoc()
838 DI = MD->findDirectiveAtLoc(Loc, getSourceManager()); in getMacroDefinitionAtLoc()
DMacroInfo.h410 const DefInfo findDirectiveAtLoc(SourceLocation L, SourceManager &SM) const;
/external/llvm-project/clang/include/clang/Lex/
DMacroInfo.h397 const DefInfo findDirectiveAtLoc(SourceLocation L,
DPreprocessor.h669 MacroDirective::DefInfo findDirectiveAtLoc(SourceLocation Loc, in findDirectiveAtLoc() function
673 return Latest->findDirectiveAtLoc(Loc, SourceMgr); in findDirectiveAtLoc()
1095 DI = MD->findDirectiveAtLoc(Loc, getSourceManager()); in getMacroDefinitionAtLoc()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp1300 return MD->findDirectiveAtLoc(Loc, SM).getMacroInfo(); in getMacroInfoForLocation()