Home
last modified time | relevance | path

Searched defs:DynTypedNode (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/unittests/AST/
H A DASTTypeTraitsTest.cpp127 TEST(DynTypedNode, DeclSourceRange) { in TEST() argument
133 TEST(DynTypedNode, StmtSourceRange) { in TEST() argument
139 TEST(DynTypedNode, TypeLocSourceRange) { in TEST() argument
145 TEST(DynTypedNode, NNSLocSourceRange) { in TEST() argument
152 TEST(DynTypedNode, DeclDump) { in TEST() argument
158 TEST(DynTypedNode, StmtDump) { in TEST() argument
164 TEST(DynTypedNode, DeclPrint) { in TEST() argument
170 TEST(DynTypedNode, StmtPrint) { in TEST() argument
176 TEST(DynTypedNode, QualType) { in TEST() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/ASTDiff/
DASTDiffInternal.h18 using DynTypedNode = DynTypedNode; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/ASTDiff/
DASTDiffInternal.h18 using DynTypedNode = DynTypedNode; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/ASTDiff/
DASTDiffInternal.h18 using DynTypedNode = DynTypedNode; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/ASTDiff/
DASTDiffInternal.h18 using DynTypedNode = DynTypedNode; variable
/aosp_15_r20/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp103 bool dynMatches(const ast_type_traits::DynTypedNode &, ASTMatchFinder *, in dynMatches()
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h488 typedef ast_type_traits::DynTypedNode DynTypedNode; typedef