Searched refs:userFilesAreVolatile (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DSourceManager.h729 bool userFilesAreVolatile() const { return UserFilesAreVolatile; } function in class:clang::SourceManager
/external/clang/lib/Basic/
H A DSourceManager.cpp98 bool isVolatile = SM.userFilesAreVolatile() && !IsSystemFile;

Completed in 752 milliseconds