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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp245 bool TypeDependent = DestType->isDependentType() || Ex.get()->isTypeDependent(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp325 bool TypeDependent = false; local
234 computeDeclRefDependence(ASTContext &Ctx, NamedDecl *D, QualType T, bool &TypeDependent, bool &ValueDependent, bool &InstantiationDependent) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h3480 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation RP, bool TypeDependent, bool ValueDependent) argument

Completed in 260 milliseconds