Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessingRecord.cpp213 if (SourceMgr.isLoadedSourceLocation(Loc)) in findBeginLocalPreprocessedEntity()
244 if (SourceMgr.isLoadedSourceLocation(Loc)) in findEndLocalPreprocessedEntity()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeCompletionStrings.cpp86 assert(!Ctx.getSourceManager().isLoadedSourceLocation(RC->getBeginLoc())); in getDeclComment()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h1741 bool isLoadedSourceLocation(SourceLocation Loc) const { in isLoadedSourceLocation() function
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp421 if (SM.isLoadedSourceLocation(E)) in visitPreprocessedEntitiesInRegion()