Home
last modified time | relevance | path

Searched refs:CXXCatch (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1865 CXXCatch, // C++ catch exception-declaration enumerator
2154 case DeclaratorContext::CXXCatch: in mayOmitIdentifier()
2185 case DeclaratorContext::CXXCatch: in mayHaveIdentifier()
2239 case DeclaratorContext::CXXCatch: in mayHaveDecompositionDeclarator()
2291 case DeclaratorContext::CXXCatch: in mayBeFollowedByCXXDirectInit()
2534 case DeclaratorContext::CXXCatch: in isFunctionDeclarationContext()
2570 case DeclaratorContext::CXXCatch: in isExpressionContext()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3226 case DeclaratorContext::CXXCatch: in GetDeclSpecTypeForDeclarator()
3381 case DeclaratorContext::CXXCatch: in GetDeclSpecTypeForDeclarator()
4448 case DeclaratorContext::CXXCatch: in GetFullTypeForDeclarator()
5620 case DeclaratorContext::CXXCatch: in GetFullTypeForDeclarator()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2743 Declarator ExDecl(DS, Attributes, DeclaratorContext::CXXCatch); in ParseCXXCatchBlock()
H A DParseDecl.cpp3268 case DeclaratorContext::CXXCatch: in getDeclSpecContextFromDeclaratorContext()