Searched defs:TypeDependent (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp265 bool TypeDependent = local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp465 bool TypeDependent = false; local
371 computeDeclRefDependence(const ASTContext &Ctx, NamedDecl *D, QualType T, bool &TypeDependent, bool &ValueDependent, bool &InstantiationDependent) argument
[all...]
H A DASTImporter.cpp6416 bool TypeDependent = ToCond->isTypeDependent(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4142 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation RP, bool condIsTrue, bool TypeDependent, bool ValueDependent) argument

Completed in 137 milliseconds