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 33 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) {
34 return ESpecType >= EST_DynamicNone && ESpecType <= EST_MSAny;
37 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) {
38 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept;
41 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) {
42 return ESpecType == EST_Unevaluated || ESpecType == EST_Uninstantiated;
  /external/clang/lib/Sema/
DeclSpec.cpp 179 ESpecType,
214 I.Fun.ExceptionSpecType = ESpecType;
224 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow");
245 switch (ESpecType) {
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 97 milliseconds