Searched refs:getEncodedType (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 55 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/contrib/llvm-project/clang/lib/AST/ |
H A D | ComputeDependence.cpp | 422 return toExprDependenceAsWritten(E->getEncodedType()->getDependence()); in computeDependence()
|
H A D | JSONNodeDumper.cpp | 1240 JOS.attribute("encodedType", createQualType(OEE->getEncodedType())); in VisitObjCEncodeExpr()
|
H A D | StmtProfile.cpp | 2347 VisitType(S->getEncodedType()); in VisitObjCEncodeExpr()
|
H A D | StmtPrinter.cpp | 2678 Node->getEncodedType().print(OS, Policy); in VisitObjCEncodeExpr()
|
H A D | TextNodeDumper.cpp | 1693 dumpType(Node->getEncodedType()); in VisitObjCEncodeExpr()
|
H A D | ExprConstant.cpp | 3468 Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str); in extractStringLiteralCharacter()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 1464 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
|
H A D | CodeGenModule.cpp | 6545 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 1947 A.getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 2071 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 3236 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()
|