Home
last modified time | relevance | path

Searched refs:TypedefUnderlyingTypeResolver (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.cpp21 TypedefUnderlyingTypeResolver::getUnderlyingTypeDecl(QualType Type) const { in getUnderlyingTypeDecl()
47 TypedefUnderlyingTypeResolver::getSymbolReferenceForType(QualType Type, in getSymbolReferenceForType()
66 std::string TypedefUnderlyingTypeResolver::getUSRForType(QualType Type) const { in getUSRForType()
H A DDeclarationFragments.cpp282 TypedefUnderlyingTypeResolver TypedefResolver(Context); in getFragmentsForType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.h28 struct TypedefUnderlyingTypeResolver { struct
38 explicit TypedefUnderlyingTypeResolver(ASTContext &Context) in TypedefUnderlyingTypeResolver() function
H A DExtractAPIVisitor.h1091 TypedefUnderlyingTypeResolver(Context).getSymbolReferenceForType(Type, in VisitTypedefNameDecl()
/freebsd-14.2/lib/clang/libclang/
H A DMakefile422 SRCS_MIN+= ExtractAPI/TypedefUnderlyingTypeResolver.cpp