Home
last modified time | relevance | path

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

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