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++ -*-===//
10 // This file defines the ExceptionSpecificationType enumeration and various
20 enum ExceptionSpecificationType {
31 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) {
35 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) {
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 344 ExceptionSpecificationType OldEST = Old->getExceptionSpecType();
345 ExceptionSpecificationType NewEST = New->getExceptionSpecType();
522 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType();
543 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType();
    [all...]
DeclSpec.cpp 158 ExceptionSpecificationType
    [all...]
SemaDeclCXX.cpp 140 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/
ParseCXXInlineMethods.cpp 388 ExceptionSpecificationType EST
ParseDeclCXX.cpp     [all...]
ParseExprCXX.cpp 778 ExceptionSpecificationType ESpecType = EST_None;
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 483 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
551 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/include/clang/AST/
Type.h 18 #include "clang/Basic/ExceptionSpecificationType.h"
    [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 687 milliseconds