Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h568 virtual void CompleteDecl(Decl* D);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8638 CompleteDecl(ToEnum); in ImportContext()
8649 CompleteDecl(ToClass); in ImportContext()
8660 CompleteDecl(ToProto); in ImportContext()
9463 void ASTImporter::CompleteDecl (Decl *D) { in CompleteDecl() function in ASTImporter