HomeSort by relevance Sort by last modified time
    Searched refs:getExceptionSpecType (Results 1 - 19 of 19) sorted by null

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 142 if (FPT->getExceptionSpecType() == EST_Unparsed) {
147 if (!isUnresolvedExceptionSpec(FPT->getExceptionSpecType()))
155 if (!isUnresolvedExceptionSpec(SourceFPT->getExceptionSpecType()))
159 if (SourceFPT->getExceptionSpecType() == EST_Unevaluated)
264 FunctionProtoType::ExceptionSpecInfo ESI = OldProto->getExceptionSpecType();
281 switch (OldProto->getExceptionSpecType()) {
412 ExceptionSpecificationType OldEST = Old->getExceptionSpecType();
413 ExceptionSpecificationType NewEST = New->getExceptionSpecType();
581 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType();
602 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType();
    [all...]
SemaTemplateVariadic.cpp 769 if (Chunk.Fun.getExceptionSpecType() == EST_Dynamic) {
776 } else if (Chunk.Fun.getExceptionSpecType() == EST_ComputedNoexcept &&
    [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp 163 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
DeclPrinter.cpp 483 if (FT->getExceptionSpecType() == EST_MSAny)
493 } else if (FT && isNoexceptExceptionSpec(FT->getExceptionSpecType())) {
495 if (FT->getExceptionSpecType() == EST_ComputedNoexcept) {
    [all...]
TypePrinter.cpp 595 if (getExceptionSpecType() == EST_MSAny)
605 } else if (isNoexceptExceptionSpec(getExceptionSpecType())) {
607 if (getExceptionSpecType() == EST_ComputedNoexcept) {
    [all...]
ASTImporter.cpp 549 if (Proto1->getExceptionSpecType() != Proto2->getExceptionSpecType())
551 if (Proto1->getExceptionSpecType() == EST_Dynamic) {
560 } else if (Proto1->getExceptionSpecType() == EST_ComputedNoexcept) {
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 450 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
529 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 208 Record.push_back(T->getExceptionSpecType());
209 if (T->getExceptionSpecType() == EST_Dynamic) {
213 } else if (T->getExceptionSpecType() == EST_ComputedNoexcept) {
215 } else if (T->getExceptionSpecType() == EST_Uninstantiated) {
218 } else if (T->getExceptionSpecType() == EST_Unevaluated) {
237 T->getRefQualifier() || T->getExceptionSpecType() != EST_None)
    [all...]
ASTReaderDecl.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]

Completed in 412 milliseconds