Home
last modified time | relevance | path

Searched defs:isReference (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp108 bool NativeTypePointer::isReference() const { in isReference() function in NativeTypePointer
H A DNativeRawSymbol.cpp659 bool NativeRawSymbol::isReference() const { in isReference() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1194 bool DIARawSymbol::isReference() const { in isReference() function in DIARawSymbol
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1661 bool isReference) { in inferARCLifetimeForPointee()