Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDExprCXX.cpp1456 TypeTraitExpr::TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, in TypeTraitExpr() function in TypeTraitExpr
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h272 friend class TypeTraitExpr; variable
HDExprCXX.h2262 TypeTraitExpr(EmptyShell Empty) : Expr(TypeTraitExprClass, Empty) { } in TypeTraitExpr() function