Home
last modified time | relevance | path

Searched refs:getEncodedType (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp56 uint8_t getEncodedType(const MCSectionXCOFF *);
950 writeSymbolAuxCsectEntry(CSectionRef.Size, getEncodedType(CSectionRef.MCSec), in writeSymbolEntryForControlSection()
1664 uint8_t getEncodedType(const MCSectionXCOFF *Sec) { in getEncodedType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp390 return toExprDependenceAsWritten(E->getEncodedType()->getDependence()); in computeDependence()
H A DJSONNodeDumper.cpp1205 JOS.attribute("encodedType", createQualType(OEE->getEncodedType())); in VisitObjCEncodeExpr()
H A DStmtProfile.cpp2309 VisitType(S->getEncodedType()); in VisitObjCEncodeExpr()
H A DTextNodeDumper.cpp1458 dumpType(Node->getEncodedType()); in VisitObjCEncodeExpr()
H A DStmtPrinter.cpp2628 Node->getEncodedType().print(OS, Policy); in VisitObjCEncodeExpr()
H A DExprConstant.cpp3440 Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str); in extractStringLiteralCharacter()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h429 QualType getEncodedType() const { return EncodedType->getType(); } in getEncodedType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1370 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
H A DCodeGenModule.cpp6399 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1988 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
H A DRewriteModernObjC.cpp2072 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3097 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()