Home
last modified time | relevance | path

Searched defs:isReference (Results 1 – 6 of 6) 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/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h397 ConstantEmission(mlir::TypedAttr c, bool isReference) in ConstantEmission()
413 bool isReference() const { return valueAndIsReference.getInt(); } in isReference() function
/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/Analysis/
H A DThreadSafety.cpp415 bool isReference() const { return !Exp; } in isReference() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1685 bool isReference) { in inferARCLifetimeForPointee()