HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionSpecificationType (Results 1 - 15 of 15) 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 363 ExceptionSpecificationType OldEST = Old->getExceptionSpecType();
364 ExceptionSpecificationType NewEST = New->getExceptionSpecType();
541 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType();
562 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType();
    [all...]
DeclSpec.cpp 162 ExceptionSpecificationType
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclCXX.cpp 162 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     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 499 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
567 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 173 milliseconds