Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp54 uint8_t getEncodedType(const MCSectionXCOFF *);
991 writeSymbolAuxCsectEntry(CSectionRef.Size, getEncodedType(CSectionRef.MCSec), in writeSymbolEntryForControlSection()
1709 uint8_t getEncodedType(const MCSectionXCOFF *Sec) { in getEncodedType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp424 return toExprDependenceAsWritten(E->getEncodedType()->getDependence()); in computeDependence()
H A DJSONNodeDumper.cpp1248 JOS.attribute("encodedType", createQualType(OEE->getEncodedType())); in VisitObjCEncodeExpr()
H A DStmtProfile.cpp2396 VisitType(S->getEncodedType()); in VisitObjCEncodeExpr()
H A DStmtPrinter.cpp2816 Node->getEncodedType().print(OS, Policy); in VisitObjCEncodeExpr()
H A DTextNodeDumper.cpp1846 dumpType(Node->getEncodedType()); in VisitObjCEncodeExpr()
H A DExprConstant.cpp2181 Info.Ctx.getObjCEncodingForType(EE->getEncodedType(), in GetLValueBaseAsString()
3684 Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str); in extractStringLiteralCharacter()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h427 QualType getEncodedType() const { return EncodedType->getType(); } in getEncodedType() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1550 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
H A DCodeGenModule.cpp6870 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1986 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
H A DRewriteModernObjC.cpp2070 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp2527 A.getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3318 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()