HomeSort by relevance Sort by last modified time
    Searched refs:ESpecType (Results 1 - 21 of 21) 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;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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 169 ESpecType,
204 I.Fun.ExceptionSpecType = ESpecType;
215 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow");
236 switch (ESpecType) {
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 1511 milliseconds