Home
last modified time | relevance | path

Searched refs:CompleteDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h544 virtual void CompleteDecl(Decl* D);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9510 CompleteDecl(ToEnum); in ImportContext()
9521 CompleteDecl(ToClass); in ImportContext()
9532 CompleteDecl(ToProto); in ImportContext()
10338 void ASTImporter::CompleteDecl (Decl *D) { in CompleteDecl() function in ASTImporter