HomeSort by: relevance | last modified time | path
    Searched defs:IsDependent (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 249 bool IsDependent = false;
255 IsDependent |= SearchType->isDependentType();
269 IsDependent |= isDependentScopeSpecifier(LookupSS);
354 if (IsDependent) {
8654 if (E->isInstantiationDependent() || ReturnTypeRequirement.isDependent())
SemaCodeComplete.cpp 4797 bool IsDependent = BaseType->isDependentType();
4798 if (!IsDependent) {
4801 IsDependent = Ctx->isDependentContext();
4806 if (IsDependent)
4990 if (!Req->isDependent())
6052 if (NNS != nullptr && SS.isValid() && !NNS->isDependent()) {
6066 if (!Results.empty() && NNS->isDependent())
SemaTemplate.cpp 389 bool IsDependent = false;
395 IsDependent = !LookupCtx && ObjectType->isDependentType();
396 assert((IsDependent || !ObjectType->isIncompleteType() ||
423 IsDependent = !LookupCtx && isDependentScopeSpecifier(SS);
447 IsDependent |= Found.wasNotFoundInCurrentInstantiation();
471 IsDependent |= Found.wasNotFoundInCurrentInstantiation();
492 if (AllFunctions || (Found.empty() && !IsDependent)) {
504 if (Found.empty() && !IsDependent && AllowTypoCorrection) {
543 if (IsDependent) {
3753 } else if (Name.isDependent() ||
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 1950 bool IsDependent = false;
1965 DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent,
1974 if (IsDependent) {
ParseDecl.cpp 4699 bool IsDependent = false;
4704 attrs, AS, DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent,
4726 if (IsDependent) {

Completed in 58 milliseconds