Home
last modified time | relevance | path

Searched defs:typedefDecl (Results 1 – 4 of 4) sorted by relevance

/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslGrammar.cpp365 bool typedefDecl = acceptTokenClass(EHTokTypedef); in acceptDeclaration() local
/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp365 bool typedefDecl = acceptTokenClass(EHTokTypedef); in acceptDeclaration() local
/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