Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DTypedefUnderlyingTypeResolver.cpp22 TypedefUnderlyingTypeResolver::getUnderlyingTypeDecl(QualType Type) const { in getUnderlyingTypeDecl()
48 TypedefUnderlyingTypeResolver::getSymbolReferenceForType(QualType Type, in getSymbolReferenceForType()
70 std::string TypedefUnderlyingTypeResolver::getUSRForType(QualType Type) const { in getUSRForType()
H A DDeclarationFragments.cpp306 TypedefUnderlyingTypeResolver TypedefResolver(Context); in getFragmentsForType()
/freebsd/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.h1146 TypedefUnderlyingTypeResolver(Context).getSymbolReferenceForType(Type, in VisitTypedefNameDecl()
/freebsd/lib/clang/libclang/
H A DMakefile426 SRCS_MIN+= ExtractAPI/TypedefUnderlyingTypeResolver.cpp