Searched defs:InstantiationDependent (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTemplateBase.cpp532 initializeFrom( const TemplateArgumentListInfo &Info, bool &Dependent, bool &InstantiationDependent, bool &ContainsUnexpandedParameterPack) argument
576 initializeFrom(SourceLocation TemplateKWLoc, const TemplateArgumentListInfo &Info, bool &Dependent, bool &InstantiationDependent, bool &ContainsUnexpandedParameterPack) argument
H A DExprCXX.cpp375 bool InstantiationDependent = false; local
440 bool InstantiationDependent = true; local
1196 bool InstantiationDependent = true; local
[all...]
H A DType.cpp1932 anyDependentTemplateArguments(const TemplateArgumentListInfo &Args, bool &InstantiationDependent) argument
1939 anyDependentTemplateArguments(const TemplateArgumentLoc *Args, unsigned N, bool &InstantiationDependent) argument
1955 anyDependentTemplateArguments(const TemplateArgument *Args, unsigned N, bool &InstantiationDependent) argument
1988 bool InstantiationDependent; local
[all...]
H A DExpr.cpp242 computeDeclRefDependence(const ASTContext &Ctx, NamedDecl *D, QualType T, bool &TypeDependent, bool &ValueDependent, bool &InstantiationDependent) argument
338 bool InstantiationDependent = false; local
390 bool InstantiationDependent = false; local
1386 bool InstantiationDependent = false; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3683 bool InstantiationDependent = false; local
4397 bool InstantiationDependent = false; local
H A DSemaTemplate.cpp1984 bool InstantiationDependent = false; local
2630 bool InstantiationDependent = false; local
H A DSemaDecl.cpp7087 bool InstantiationDependent = false; local
H A DSemaExpr.cpp12139 bool InstantiationDependent = false; local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1364 Type(TypeClass tc, QualType canon, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument
3925 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, QualType Canonical, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument
[all...]

Completed in 408 milliseconds