Searched refs:Dependent (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp1524 bool Dependent = isDependentContext(); local
1525 if (Dependent)
1530 C.LastSDM = llvm::PointerIntPair<StoredDeclsMap*,1>(M, Dependent);
1542 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { argument
1547 if (Dependent)
1553 Dependent = Next.getInt();
H A DExprCXX.cpp374 bool Dependent = false; local
378 Dependent,
382 if (Dependent) {
439 bool Dependent = true; local
444 Dependent,
1195 bool Dependent = true; local
1199 Dependent,
1323 // Dependent
H A DTypeLoc.cpp286 case BuiltinType::Dependent:
H A DItaniumMangle.cpp640 DependentTemplateName *Dependent = Template.getAsDependentTemplateName();
641 assert(Dependent && "Not a dependent template name?");
642 if (const IdentifierInfo *Id = Dependent->getIdentifier())
645 mangleOperatorName(Dependent->getOperator(), UnknownArity);
1522 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); local
1523 assert(Dependent && "Unknown template name kind?");
1524 manglePrefix(Dependent->getQualifier());
1582 const DependentTemplateName *Dependent = TN.getAsDependentTemplateName(); local
1583 assert(Dependent->isIdentifier());
1587 mangleUnresolvedPrefix(Dependent
[all...]
H A DNSAPI.cpp356 case BuiltinType::Dependent:
H A DDeclCXX.cpp110 bool Dependent, bool IsGeneric,
116 Dependent,
108 CreateLambda(const ASTContext &C, DeclContext *DC, TypeSourceInfo *Info, SourceLocation Loc, bool Dependent, bool IsGeneric, LambdaCaptureDefault CaptureDefault) argument
H A DExpr.cpp389 bool Dependent = false; local
393 Dependent,
1385 bool Dependent = false; local
1389 Dependent,
1532 return "Dependent";
H A DMicrosoftMangle.cpp1242 case BuiltinType::Dependent:
H A DType.cpp153 : Type(DependentSizedExtVector, can, /*Dependent=*/true,
1531 case Dependent: return "<dependent type>";
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateBase.h590 bool &Dependent, bool &InstantiationDependent,
625 bool &Dependent, bool &InstantiationDependent,
H A DDeclContextInternals.h248 static void DestroyAll(StoredDeclsMap *Map, bool Dependent);
H A DType.h1178 /// Dependent - Whether this type is a dependent type (C++ [temp.dep.type]).
1179 unsigned Dependent : 1;
1364 Type(TypeClass tc, QualType canon, bool Dependent, argument
1370 TypeBits.Dependent = Dependent;
1371 TypeBits.InstantiationDependent = Dependent || InstantiationDependent;
1382 TypeBits.Dependent = D;
1613 bool isDependentType() const { return TypeBits.Dependent; }
1844 : Type(Builtin, QualType(), /*Dependent=*/(K == Dependent),
3925 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, QualType Canonical, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument
[all...]
H A DDeclCXX.h510 bool Dependent, bool IsGeneric,
512 : DefinitionData(D), Dependent(Dependent), IsGenericLambda(IsGeneric),
527 unsigned Dependent : 1; member in struct:clang::CXXRecordDecl::LambdaDefinitionData
1616 return isLambda() && getLambdaData().Dependent;
509 LambdaDefinitionData(CXXRecordDecl *D, TypeSourceInfo *Info, bool Dependent, bool IsGeneric, LambdaCaptureDefault CaptureDefault) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTCommon.cpp57 case BuiltinType::Dependent: ID = PREDEF_TYPE_DEPENDENT_ID; break;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp352 const SymbolRef Dependent) {
361 dependencies->push_back(Dependent);
351 addSymbolDependency(const SymbolRef Primary, const SymbolRef Dependent) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp81 EffectiveContext() : Inner(0), Dependent(false) {}
85 Dependent(DC->isDependentContext()) {
125 bool isDependent() const { return Dependent; }
144 bool Dependent; member in struct:__anon3229::EffectiveContext
H A DSemaTemplateDeduction.cpp3937 bool Dependent = local
3940 SemaRef.Context.getAutoType(Dependent ? QualType() : Replacement,
3942 Dependent);
H A DSemaExprCXX.cpp3697 bool Dependent = false; local
3700 Dependent = true;
3706 if (!Dependent)
H A DSemaExpr.cpp4426 bool Dependent = false; local
4428 Dependent = true;
4430 Dependent = true;
4432 if (Dependent) {
9942 bool Dependent = ArgTy->isDependentType(); local
9948 if (!Dependent && !ArgTy->isRecordType())
9954 if (!Dependent
H A DTreeTransform.h6165 bool Dependent = false; local
6180 Dependent = true;
6193 if (!Dependent)
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h551 void addSymbolDependency(const SymbolRef Primary, const SymbolRef Dependent);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp391 case BuiltinType::Dependent:
H A DCGRTTI.cpp204 case BuiltinType::Dependent:
H A DCGDebugInfo.cpp398 case BuiltinType::Dependent:
2109 llvm_unreachable("Dependent types cannot show up in debug information");
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp583 case BuiltinType::Dependent:

Completed in 503 milliseconds

12