Home
last modified time | relevance | path

Searched defs:TAL (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTNodeTraverser.h333 void dumpTemplateArgumentList(const TemplateArgumentList &TAL) { in dumpTemplateArgumentList()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTNodeTraverser.h370 void dumpTemplateArgumentList(const TemplateArgumentList &TAL) { in dumpTemplateArgumentList()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/rockchip/rk3368/drivers/ddr/
Dddr_rk3368.c46 uint32_t TAL; member
/aosp_15_r20/external/arm-trusted-firmware/plat/rockchip/rk3368/drivers/ddr/
H A Dddr_rk3368.c46 uint32_t TAL; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTNodeTraverser.h361 void dumpTemplateArgumentList(const TemplateArgumentList &TAL) { in dumpTemplateArgumentList()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTNodeTraverser.h361 void dumpTemplateArgumentList(const TemplateArgumentList &TAL) { in dumpTemplateArgumentList()
/aosp_15_r20/external/clang/lib/AST/
H A DASTDumper.cpp943 void ASTDumper::dumpTemplateArgumentList(const TemplateArgumentList &TAL) { in dumpTemplateArgumentList()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGClass.cpp2984 const TemplateArgumentList *TAL = MD->getTemplateSpecializationArgs(); in EmitLambdaDelegatingInvokeBody() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaType.cpp6530 TypeAttrLocation TAL, AttributeList *attrs) { in processTypeAttrs()
H A DSemaExprCXX.cpp534 const TemplateArgumentList &TAL = CTSD->getTemplateArgs(); in getUuidAttrOfType() local
H A DSemaDeclCXX.cpp4539 TemplateArgumentLoc TAL = TL.getArgLoc(I); in Check() local
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp1417 bool CursorVisitor::VisitTemplateArgumentLoc(const TemplateArgumentLoc &TAL) { in VisitTemplateArgumentLoc()