Searched refs:CompleteDecl (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h561 virtual void CompleteDecl(Decl* D);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTImporter.h83 void CompleteDecl(clang::Decl *decl);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTImporter.cpp549 void ClangASTImporter::CompleteDecl(clang::Decl *decl) { function in class:ClangASTImporter
552 LLDB_LOGF(log, " [ClangASTImporter] CompleteDecl called on (%sDecl*)%p",
571 assert(0 && "CompleteDecl called on a Decl that can't be completed");
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8314 CompleteDecl(ToRecord);
8325 CompleteDecl(ToEnum);
8336 CompleteDecl(ToClass);
8347 CompleteDecl(ToProto);
8983 void ASTImporter::CompleteDecl (Decl *D) { function in class:ASTImporter
8999 assert(0 && "CompleteDecl called on a Decl that can't be completed");

Completed in 269 milliseconds