Home
last modified time | relevance | path

Searched refs:getImportDeclErrorIfAny (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTImporterSharedState.h67 llvm::Optional<ImportError> getImportDeclErrorIfAny(Decl *ToD) const { in getImportDeclErrorIfAny() function
H A DASTImporter.h592 llvm::Optional<ImportError> getImportDeclErrorIfAny(Decl *FromD) const;
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLibASTImporter.rst390 In this case we can see that an error is associated (``getImportDeclErrorIfAny``) to the specializa…
403 assert(Importer.getImportDeclErrorIfAny(FromSpec));
405 assert(Importer.getImportDeclErrorIfAny(From));
472 ImporterState->getImportDeclErrorIfAny(ToYDef);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp251 if (Importer.getImportDeclErrorIfAny(FromD)) { in GetImportedOrCreateSpecialDecl()
8343 if (auto Error = getImportDeclErrorIfAny(FromD)) in Import()
8350 if (auto Error = SharedState->getImportDeclErrorIfAny(ToD)) { in Import()
8438 auto Err = getImportDeclErrorIfAny(FromD); in Import()
8446 if (auto Error = SharedState->getImportDeclErrorIfAny(ToD)) { in Import()
9373 ASTImporter::getImportDeclErrorIfAny(Decl *FromD) const { in getImportDeclErrorIfAny() function in ASTImporter