HomeSort by: relevance | last modified time | path
    Searched refs:getNoexceptLoc (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprConcepts.h 368 SourceLocation getNoexceptLoc() const { return NoexceptLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaConcept.cpp 432 S.Diag(Req->getNoexceptLoc(),
SemaTemplateInstantiate.cpp 1989 return RebuildExprRequirement(E, Req->isSimple(), Req->getNoexceptLoc(),
1993 Req->isSimple(), Req->getNoexceptLoc(), std::move(*TransRetReq));
TreeTransform.h 12328 Req->getNoexceptLoc(),
12332 Req->isSimple(), Req->getNoexceptLoc(), std::move(*TransRetReq));
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp 2327 if (ExprReq->getNoexceptLoc().isValid())
StmtProfile.cpp 1506 ID.AddBoolean(ExprReq->getNoexceptLoc().isValid());

Completed in 35 milliseconds