Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexing.cpp262 SourceLocation MainFileLoc = SM.getLocForStartOfFile(SM.getMainFileID()); in FileChanged() local
264 if (Loc == MainFileLoc && Reason == PPCallbacks::EnterFile) { in FileChanged()