Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp254 SourceLocation MainFileLoc = SM.getLocForStartOfFile(SM.getMainFileID()); in FileChanged() local
256 if (Loc == MainFileLoc && Reason == PPCallbacks::EnterFile) { in FileChanged()