Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2526 auto DCOrErr = Importer.ImportContext(D->getDeclContext()); in VisitAccessSpecDecl() local
2527 if (!DCOrErr) in VisitAccessSpecDecl()
2528 return DCOrErr.takeError(); in VisitAccessSpecDecl()
2529 DeclContext *DC = *DCOrErr; in VisitAccessSpecDecl()
2545 auto DCOrErr = Importer.ImportContext(D->getDeclContext()); in VisitStaticAssertDecl() local
2546 if (!DCOrErr) in VisitStaticAssertDecl()
2547 return DCOrErr.takeError(); in VisitStaticAssertDecl()
2548 DeclContext *DC = *DCOrErr; in VisitStaticAssertDecl()