Searched refs:typedefType (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp202 typedefType(hasDeclaration(anyOf(
243 qualType(typedefType(hasDeclaration(
256 unless(typedefType(hasDeclaration(
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4044 if (const auto *typedefType = dyn_cast<TypedefType>(cur))
4045 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>();
4055 if (const auto *typedefType = dyn_cast<TypedefType>(this))
4056 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>();
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp883 const AstTypeMatcher<TypedefType> typedefType; member in namespace:clang
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp511 REGISTER_MATCHER(typedefType);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5950 /// typedefType()
5952 extern const AstTypeMatcher<TypedefType> typedefType;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6797 if (auto typedefType = desugared->getAs<TypedefType>()) {
6798 TypedefNameDecl *typedefDecl = typedefType->getDecl();

Completed in 277 milliseconds