Home
last modified time | relevance | path

Searched refs:typedefDecl (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp362 bool typedefDecl = acceptTokenClass(EHTokTypedef); in acceptDeclaration() local
418 if (typedefDecl) in acceptDeclaration()
422 if (typedefDecl) in acceptDeclaration()
464 if (typedefDecl) in acceptDeclaration()
475 if (typedefDecl) in acceptDeclaration()
/external/clang/unittests/AST/
DASTImporterTest.cpp262 typedefDecl( in TEST()
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp285 EXPECT_TRUE(matches("typedef int X;", typedefDecl(hasType(asString("int"))))); in TEST()
287 typedefDecl(hasType(asString("const int"))))); in TEST()
289 typedefDecl(hasType(asString("int"))))); in TEST()
291 typedefDecl(hasType(asString("foo")), hasName("bar")))); in TEST()
DASTMatchersNodeTest.cpp1473 typedefDecl(hasName("typedefDeclTest")))); in TEST()
1475 typedefDecl(hasName("typedefDeclTest2")))); in TEST()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp401 REGISTER_MATCHER(typedefDecl); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h170 const internal::VariadicDynCastAllOfMatcher<Decl, TypedefDecl> typedefDecl; variable
/external/clang/lib/Sema/
DSemaType.cpp5868 TypedefNameDecl *typedefDecl = typedefType->getDecl(); in checkNullabilityTypeSpecifier() local
5869 QualType underlyingType = typedefDecl->getUnderlyingType(); in checkNullabilityTypeSpecifier()
5873 Diag(typedefDecl->getLocation(), diag::note_nullability_here) in checkNullabilityTypeSpecifier()