Home
last modified time | relevance | path

Searched defs:TypeTraitExpr (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DComputeDependence.h79 class TypeTraitExpr; variable
DStmt.h770 friend class TypeTraitExpr; variable
DExprCXX.h2672 TypeTraitExpr(EmptyShell Empty) : Expr(TypeTraitExprClass, Empty) {} in TypeTraitExpr() function
/external/clang/test/Analysis/
Ddtor.cpp509 namespace TypeTraitExpr { namespace
/external/llvm-project/clang/test/Analysis/
Ddtor.cpp509 namespace TypeTraitExpr { namespace
/external/clang/lib/AST/
DExprCXX.cpp1388 TypeTraitExpr::TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, in TypeTraitExpr() function in TypeTraitExpr
/external/llvm-project/clang/unittests/AST/
DStructuralEquivalenceTest.cpp1665 TEST_F(StructuralEquivalenceStmtTest, TypeTraitExpr) { in TEST_F() argument
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp1668 TypeTraitExpr::TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, in TypeTraitExpr() function in TypeTraitExpr
/external/clang/include/clang/AST/
DStmt.h238 friend class TypeTraitExpr; in LLVM_ALIGNAS() local
DExprCXX.h2289 TypeTraitExpr(EmptyShell Empty) : Expr(TypeTraitExprClass, Empty) { } in TypeTraitExpr() function