HomeSort by: relevance | last modified time | path
    Searched defs:getFileCharacteristic (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 328 CharacteristicKind getFileCharacteristic() const {
1423 SrcMgr::CharacteristicKind getFileCharacteristic(SourceLocation Loc) const;
1486 return isSystem(getFileCharacteristic(Loc));
1491 return getFileCharacteristic(Loc) == SrcMgr::C_ExternCSystem;
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 1461 /// getFileCharacteristic - return the file characteristic of the specified
1470 SourceManager::getFileCharacteristic(SourceLocation Loc) const {
1482 return FI.getFileCharacteristic();
1491 return FI.getFileCharacteristic();
1781 if (File.getFileCharacteristic() == C_User_ModuleMap ||
1782 File.getFileCharacteristic() == C_System_ModuleMap)

Completed in 25 milliseconds