HomeSort by: relevance | last modified time | path
    Searched refs:ExceptionSpecificationType (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
ExceptionSpecificationType.h 1 //===--- ExceptionSpecificationType.h ---------------------------*- C++ -*-===//
10 /// Defines the ExceptionSpecificationType enumeration and various
20 enum ExceptionSpecificationType {
35 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) {
39 inline bool isComputedNoexcept(ExceptionSpecificationType ESpecType) {
44 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) {
49 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
AbstractBasicReader.h 224 esi.Type = ExceptionSpecificationType(asImpl().readUInt32());
Type.h 26 #include "clang/Basic/ExceptionSpecificationType.h"
3946 ExceptionSpecificationType Type = EST_None;
3964 ExceptionSpecInfo(ExceptionSpecificationType EST) : Type(EST) {}
4036 /// translate an ExceptionSpecificationType to the number and kind
4047 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
4081 static bool hasExtraBitfields(ExceptionSpecificationType EST) {
4122 ExceptionSpecificationType getExceptionSpecType() const {
4123 return static_cast<ExceptionSpecificationType>(
Decl.h 2529 /// Gets the ExceptionSpecificationType as declared.
2530 ExceptionSpecificationType getExceptionSpecType() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp 83 ExceptionSpecificationType &EST) {
549 ExceptionSpecificationType OldEST = Old->getExceptionSpecType();
550 ExceptionSpecificationType NewEST = New->getExceptionSpecType();
787 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType();
788 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType();
DeclSpec.cpp 170 ExceptionSpecificationType
SemaExprCXX.cpp 6427 ExceptionSpecificationType EST1 = ESI1.Type;
6428 ExceptionSpecificationType EST2 = ESI2.Type;
6493 llvm_unreachable("invalid ExceptionSpecificationType");
SemaDeclCXX.cpp 172 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
17715 bool IsTopLevel, ExceptionSpecificationType EST,
17764 ExceptionSpecificationType EST,
SemaTemplateInstantiateDecl.cpp 4535 ExceptionSpecificationType NewEST = EST_Uninstantiated;
TreeTransform.h 5923 ExceptionSpecificationType EST = ESI.Type;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 28 #include "clang/Basic/ExceptionSpecificationType.h"
1294 /// ExceptionSpecType - An ExceptionSpecificationType value.
1479 ExceptionSpecificationType getExceptionSpecType() const {
1480 return static_cast<ExceptionSpecificationType>(ExceptionSpecType);
1633 ExceptionSpecificationType ESpecType,
Sema.h 5788 ExceptionSpecificationType ComputedEST;
5805 ExceptionSpecificationType getExceptionSpecType() const {
5850 /// the appropriate ExceptionSpecificationType.
5852 ExceptionSpecificationType &EST);
5857 ExceptionSpecificationType EST,
5872 ExceptionSpecificationType EST,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 3672 ExceptionSpecificationType
3679 ExceptionSpecificationType Result = EST_None;
3737 ExceptionSpecificationType NoexceptType = EST_None;
3802 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification(
ParseCXXInlineMethods.cpp 470 ExceptionSpecificationType EST
ParseExprCXX.cpp 1344 ExceptionSpecificationType ESpecType = EST_None;
ParseDecl.cpp 6506 ExceptionSpecificationType ESpecType = EST_None;
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1927 ExceptionSpecificationType tryParseExceptionSpecification(
1936 ExceptionSpecificationType ParseDynamicExceptionSpecification(
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp 479 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
582 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 736 getExternalExceptionSpecificationKind(ExceptionSpecificationType EST) {

Completed in 166 milliseconds