Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDXCOFFObjectWriter.cpp55 uint8_t getEncodedType(const MCSectionXCOFF *);
1004 writeSymbolAuxCsectEntry(CSectionRef.Size, getEncodedType(CSectionRef.MCSec), in writeSymbolEntryForControlSection()
1725 uint8_t getEncodedType(const MCSectionXCOFF *Sec) { in getEncodedType() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDComputeDependence.cpp422 return toExprDependenceAsWritten(E->getEncodedType()->getDependence()); in computeDependence()
HDJSONNodeDumper.cpp1240 JOS.attribute("encodedType", createQualType(OEE->getEncodedType())); in VisitObjCEncodeExpr()
HDStmtProfile.cpp2347 VisitType(S->getEncodedType()); in VisitObjCEncodeExpr()
HDStmtPrinter.cpp2678 Node->getEncodedType().print(OS, Policy); in VisitObjCEncodeExpr()
HDTextNodeDumper.cpp1693 dumpType(Node->getEncodedType()); in VisitObjCEncodeExpr()
HDExprConstant.cpp3468 Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str); in extractStringLiteralCharacter()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprObjC.h429 QualType getEncodedType() const { return EncodedType->getType(); } in getEncodedType() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprConstant.cpp1464 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
HDCodeGenModule.cpp6545 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.cpp1947 A.getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp1988 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
HDRewriteModernObjC.cpp2071 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaInit.cpp3236 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()