Searched defs:isReference (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ | ||
H A D | NativeTypePointer.cpp | 108 bool NativeTypePointer::isReference() const { in isReference() function in NativeTypePointer |
H A D | NativeRawSymbol.cpp | 659 bool NativeRawSymbol::isReference() const { in isReference() function in NativeRawSymbol |
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ | ||
H A D | DIARawSymbol.cpp | 1194 bool DIARawSymbol::isReference() const { in isReference() function in DIARawSymbol |
/llvm-project/clang/lib/Analysis/ | ||
H A D | ThreadSafety.cpp | 405 bool isReference() const { return !Exp; } isReference() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaType.cpp | 1661 inferARCLifetimeForPointee(Sema & S,QualType type,SourceLocation loc,bool isReference) inferARCLifetimeForPointee() argument |