Home
last modified time | relevance | path

Searched refs:getImportedFromSourceLocation (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/CrossTU/
DCrossTranslationUnit.h194 getImportedFromSourceLocation(const clang::SourceLocation &ToLoc) const;
/external/llvm-project/clang/unittests/CrossTU/
DCrossTranslationUnitTest.cpp96 CTU.getImportedFromSourceLocation(NewFD->getLocation()); in HandleTranslationUnit()
/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp767 CrossTranslationUnitContext::getImportedFromSourceLocation( in getImportedFromSourceLocation() function in clang::cross_tu::CrossTranslationUnitContext
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp991 if (auto LocAndUnit = CTU.getImportedFromSourceLocation(MacroLoc)) { in getExpandedMacro()