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

  /external/clang/include/clang/Basic/
ExceptionSpecificationType.h 31 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) {
32 return ESpecType >= EST_DynamicNone && ESpecType <= EST_MSAny;
35 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) {
36 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
  /external/clang/lib/Sema/
DeclSpec.cpp 159 ESpecType,
187 I.Fun.ExceptionSpecType = ESpecType;
213 switch (ESpecType) {
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 778 ExceptionSpecificationType ESpecType = EST_None;
784 ESpecType = tryParseExceptionSpecification(/*Delayed=*/false,
791 if (ESpecType != EST_None)
818 ESpecType, ESpecRange.getBegin(),
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 116 milliseconds