Home
last modified time | relevance | path

Searched refs:isReference (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypedefDumper.cpp63 if (Symbol.isReference()) in dump()
69 Printer << ((Symbol.isReference()) ? "&" : "*"); in dump()
H A DPrettyFunctionDumper.cpp253 Symbol.isReference() ? PointerType::Reference : PointerType::Pointer; in dump()
261 Printer << (Symbol.isReference() ? "&" : "*"); in dump()
H A DPrettyTypeDumper.cpp320 Symbol.isReference() ? FunctionDumper::PointerType::Reference in dump()
338 if (Symbol.isReference()) in dump()
H A DPrettyVariableDumper.cpp191 Printer << (Symbol.isReference() ? "&" : "*"); in dump()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp56 dumpSymbolField(OS, "reference", isReference(), Indent); in dump()
108 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/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypePointer.h29 FORWARD_SYMBOL_METHOD(isReference)
H A DPDBSymbolTypeTypedef.h37 FORWARD_SYMBOL_METHOD(isReference)
H A DIPDBRawSymbol.h233 virtual bool isReference() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypePointer.h38 bool isReference() const override;
H A DNativeRawSymbol.h211 bool isReference() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h206 bool isReference() const override;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4300 ConstantEmission(llvm::Constant *C, bool isReference)
4301 : ValueAndIsReference(C, isReference) {}
4315 bool isReference() const { return ValueAndIsReference.getInt(); }
4317 assert(isReference());
4323 assert(!isReference());
H A DCGExprComplex.cpp138 if (Constant.isReference()) in emitConstant()
H A DCGStmtOpenMP.cpp886 if (CE && !CE.isReference()) { in EmitOMPFirstprivateClause()
892 if (CE && CE.isReference()) { in EmitOMPFirstprivateClause()
H A DCGExpr.cpp1834 if (Constant.isReference()) in emitScalarConstant()
/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/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp766 if (pointer_type->isReference()) in CreateLLDBTypeFromPDBType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1661 bool isReference) { in inferARCLifetimeForPointee() argument
1697 diag::err_arc_indirect_no_ownership, type, isReference)); in inferARCLifetimeForPointee()
1699 S.Diag(loc, diag::err_arc_indirect_no_ownership) << type << isReference; in inferARCLifetimeForPointee()