Searched refs:findDirectiveAtLoc (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Lex/ |
D | MacroInfo.cpp | 200 MacroDirective::findDirectiveAtLoc(SourceLocation L, SourceManager &SM) const { in findDirectiveAtLoc() function in MacroDirective
|
D | Preprocessor.cpp | 342 Def = I->second.findDirectiveAtLoc(Loc, SourceMgr); in getLastMacroWithSpelling()
|
/external/llvm-project/clang/lib/Lex/ |
D | MacroInfo.cpp | 202 MacroDirective::findDirectiveAtLoc(SourceLocation L, in findDirectiveAtLoc() function in MacroDirective
|
D | Preprocessor.cpp | 363 Def = I->second.findDirectiveAtLoc(Loc, SourceMgr); in getLastMacroWithSpelling()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 458 MacroDirective::DefInfo findDirectiveAtLoc(SourceLocation Loc, in findDirectiveAtLoc() function 462 return Latest->findDirectiveAtLoc(Loc, SourceMgr); in findDirectiveAtLoc() 838 DI = MD->findDirectiveAtLoc(Loc, getSourceManager()); in getMacroDefinitionAtLoc()
|
D | MacroInfo.h | 410 const DefInfo findDirectiveAtLoc(SourceLocation L, SourceManager &SM) const;
|
/external/llvm-project/clang/include/clang/Lex/ |
D | MacroInfo.h | 397 const DefInfo findDirectiveAtLoc(SourceLocation L,
|
D | Preprocessor.h | 669 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/ |
D | PlistDiagnostics.cpp | 1300 return MD->findDirectiveAtLoc(Loc, SM).getMacroInfo(); in getMacroInfoForLocation()
|