Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DTypesInternal.h41 SourceLocation physical() const { return std::get<Physical>(Storage); } in physical() function
/llvm-project/clang-tools-extra/include-cleaner/include/clang-include-cleaner/
H A DTypes.h133 FileEntryRef physical() const { return std::get<Physical>(Storage); } in physical() function