Home
last modified time | relevance | path

Searched refs:DecltypeType (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm-project/clang-tools-extra/clangd/
DAST.cpp382 } else if (auto DT = dyn_cast<DecltypeType>(D->getReturnType())) { in VisitFunctionDecl()
404 const DecltypeType *DT = dyn_cast<DecltypeType>(TL.getTypePtr()); in VisitDecltypeTypeLoc()
407 DT = dyn_cast<DecltypeType>(DeducedType.getTypePtr()); in VisitDecltypeTypeLoc()
DHover.cpp128 QT = QT->getAs<DecltypeType>()->getUnderlyingType(); in printType()
DFindTarget.cpp548 void VisitDecltypeType(const DecltypeType *DTT) { in add()
/external/clang/include/clang/AST/
DCanonicalType.h517 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
DRecursiveASTVisitor.h992 DEF_TRAVERSE_TYPE(DecltypeType,
1211 DEF_TRAVERSE_TYPELOC(DecltypeType, {
DType.h3593 class DecltypeType : public Type {
3598 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());
3619 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
DTypeLoc.h1659 DecltypeType> {
/external/llvm-project/clang/include/clang/AST/
DCanonicalType.h536 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
DASTNodeTraverser.h354 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
DType.h4478 class DecltypeType : public Type {
4485 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());
4506 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
6821 return isa<DecltypeType>(this);
DTypeProperties.td402 let Class = DecltypeType in {
DRecursiveASTVisitor.h981 DEF_TRAVERSE_TYPE(DecltypeType,
1255 DEF_TRAVERSE_TYPELOC(DecltypeType, {
DTypeLoc.h1942 DecltypeType> {
/external/llvm-project/clang/include/clang/Basic/
DTypeNodes.td86 def DecltypeType : TypeNode<Type>, NeverCanonicalUnlessDependent;
/external/clang/lib/AST/
DType.cpp2897 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType
2909 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared()
2911 QualType DecltypeType::desugar() const { in desugar()
2919 : DecltypeType(E, Context.DependentTy), Context(Context) { } in DependentDecltypeType()
DTypePrinter.cpp832 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore()
839 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) { } in printDecltypeAfter()
DExpr.cpp641 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName()
643 ->getAs<DecltypeType>() in ComputeName()
/external/llvm-project/clang/lib/AST/
DType.cpp3419 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType
3431 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared()
3433 QualType DecltypeType::desugar() const { in desugar()
3441 : DecltypeType(E, Context.DependentTy), Context(Context) {} in DependentDecltypeType()
DASTStructuralEquivalence.cpp958 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
959 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
DODRHash.cpp843 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
DTypePrinter.cpp1081 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore()
1089 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) {} in printDecltypeAfter()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp1004 const AstTypeMatcher<DecltypeType> decltypeType;
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h6268 extern const AstTypeMatcher<DecltypeType> decltypeType;
6299 AST_POLYMORPHIC_SUPPORTED_TYPES(DecltypeType));
/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp931 if (isa<DecltypeType>(NNSType)) in getNameSpecifierKind()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp1592 TEST_P(ASTMatchersTest, DecltypeType) { in TEST_P() argument

12