HomeSort by: relevance | last modified time | path
    Searched refs:FoundD (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 402 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD,
412 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
413 if (FoundD)
414 *getTrailingObjects<NamedDecl *>() = FoundD;
440 ExprValueKind VK, NamedDecl *FoundD,
446 T, VK, FoundD, TemplateArgs, NOUR);
455 NamedDecl *FoundD,
459 if (D == FoundD)
460 FoundD = nullptr;
466 QualifierLoc ? 1 : 0, FoundD ? 1 : 0
    [all...]
ASTImporter.cpp 2563 NamedDecl *FoundD;
2564 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, FoundD, Loc))
2566 if (FoundD)
2567 return FoundD;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 447 for (NamedDecl *FoundD : FoundDecls) {
448 if (auto *TD = dyn_cast<TypeDecl>(FoundD->getUnderlyingDecl()))
449 Diag(FoundD->getLocation(), diag::note_destructor_type_here)
452 Diag(FoundD->getLocation(), diag::note_destructor_nontype_here)
453 << FoundD;
SemaExpr.cpp 1943 const CXXScopeSpec *SS, NamedDecl *FoundD,
1948 return BuildDeclRefExpr(D, Ty, VK, NameInfo, NNS, FoundD, TemplateKWLoc,
2014 NestedNameSpecifierLoc NNS, NamedDecl *FoundD,
2023 VK, FoundD, TemplateArgs, getNonOdrUseReasonInCurrentContext(D));
3193 NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs,
3438 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD,
SemaTemplate.cpp 230 for (NamedDecl *FoundD : R) {
231 if (NamedDecl *FoundTemplate = getAsTemplateNameDecl(FoundD)) {
4667 /*FoundD=*/nullptr, TemplateArgs);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 1248 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD,
1266 QualType T, ExprValueKind VK, NamedDecl *FoundD = nullptr,
1275 NamedDecl *FoundD = nullptr,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1039 auto *FoundD = Record.readDeclAs<NamedDecl>();
1041 FoundDecl = DeclAccessPair::make(FoundD, AS);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 12325 const Decl *FoundD = nullptr;
12341 FoundD = E->getDecl()->getCanonicalDecl();
12360 FoundD = E->getMemberDecl()->getCanonicalDecl();
12385 return std::make_tuple(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn);
12485 const Decl *FoundD;
12489 std::tie(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn) =
12494 auto It = LastprivateConditionalToTypes[FoundFn].find(FoundD);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5123 NamedDecl *FoundD = nullptr,
5130 NamedDecl *FoundD = nullptr,
5174 NamedDecl *FoundD = nullptr,

Completed in 108 milliseconds