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

  /external/clang/include/clang/Basic/
ExceptionSpecificationType.h 1 //===--- ExceptionSpecificationType.h ---------------------------*- C++ -*-===//
11 /// \brief Defines the ExceptionSpecificationType enumeration and various
21 enum ExceptionSpecificationType {
33 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) {
37 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) {
41 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) {
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 437 ExceptionSpecificationType OldEST = Old->getExceptionSpecType();
438 ExceptionSpecificationType NewEST = New->getExceptionSpecType();
606 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType();
627 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType();
    [all...]
DeclSpec.cpp 168 ExceptionSpecificationType
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclCXX.cpp 163 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 27 #include "clang/Basic/ExceptionSpecificationType.h"
    [all...]
Sema.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 441 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
520 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
    [all...]
  /external/clang/include/clang/AST/
Type.h 24 #include "clang/Basic/ExceptionSpecificationType.h"
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 431 ExceptionSpecificationType EST
    [all...]
ParseDeclCXX.cpp     [all...]
ParseExprCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 664 milliseconds