Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp107 bool NativeTypePointer::isReference() const { in isReference() function in NativeTypePointer
H A DNativeRawSymbol.cpp660 bool NativeRawSymbol::isReference() const { in isReference() function in NativeRawSymbol
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h152 bool isReference() const { return (storage_class & (STCref | STCout)) != 0; } in isReference() function
H A Ddeclaration.d535 final bool isReference() const pure nothrow @nogc @safe in isReference() function
H A Dmtype.d6831 bool isReference() const @safe pure nothrow @nogc in isReference() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1194 bool DIARawSymbol::isReference() const { in isReference() function in DIARawSymbol
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp408 bool isReference() { return !Exp; } in isReference() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1945 bool isReference) { in inferARCLifetimeForPointee()