Home
last modified time | relevance | path

Searched defs:getFileCharacteristic (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h342 CharacteristicKind getFileCharacteristic() const { in getFileCharacteristic() function
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1410 SourceManager::getFileCharacteristic(SourceLocation Loc) const { getFileCharacteristic() function in SourceManager