HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionSpecificationType (Results 1 - 14 of 14) 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 {
32 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) {
36 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) {
40 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) {
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 392 ExceptionSpecificationType OldEST = Old->getExceptionSpecType();
393 ExceptionSpecificationType NewEST = New->getExceptionSpecType();
570 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType();
591 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType();
    [all...]
DeclSpec.cpp 161 ExceptionSpecificationType
    [all...]
SemaDeclCXX.cpp 142 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 27 #include "clang/Basic/ExceptionSpecificationType.h"
    [all...]
Sema.h     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseExprCXX.cpp 828 ExceptionSpecificationType ESpecType = EST_None;
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 495 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
563 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
    [all...]
  /external/clang/include/clang/AST/
Type.h 20 #include "clang/Basic/ExceptionSpecificationType.h"
    [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 192 milliseconds