Searched refs:FoundD (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp327 NamedDecl *FoundD,
341 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
342 if (FoundD)
343 getInternalFoundDecl() = FoundD;
375 NamedDecl *FoundD,
380 T, VK, FoundD, TemplateArgs);
391 NamedDecl *FoundD,
394 if (D == FoundD)
395 FoundD = nullptr;
400 if (FoundD)
322 DeclRefExpr(const ASTContext &Ctx, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingVariableOrCapture, const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, QualType T, ExprValueKind VK) argument
367 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc, QualType T, ExprValueKind VK, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument
383 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingVariableOrCapture, const DeclarationNameInfo &NameInfo, QualType T, ExprValueKind VK, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument
[all...]
H A DASTImporter.cpp5042 NamedDecl *FoundD = nullptr;
5044 FoundD = cast_or_null<NamedDecl>(Importer.Import(E->getFoundDecl()));
5045 if (!FoundD)
5060 FoundD,
/external/clang/include/clang/AST/
H A DExpr.h968 NamedDecl *FoundD,
999 QualType T, ExprValueKind VK, NamedDecl *FoundD = nullptr,
1007 NamedDecl *FoundD = nullptr,
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp2730 NamedDecl *FoundD = ReadDeclAs<NamedDecl>(F, Record, Idx); local
2732 DeclAccessPair FoundDecl = DeclAccessPair::make(FoundD, AS);
/external/clang/lib/Sema/
H A DSemaExpr.cpp1674 const CXXScopeSpec *SS, NamedDecl *FoundD,
1702 FoundD, TemplateArgs);
1709 NameInfo, Ty, VK, FoundD);
2772 NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs,
2975 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD,
1672 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, const DeclarationNameInfo &NameInfo, const CXXScopeSpec *SS, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument
2770 BuildDeclarationNameExpr( const CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, NamedDecl *D, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, bool AcceptInvalidDecl) argument
/external/clang/include/clang/Sema/
H A DSema.h3713 NamedDecl *FoundD = nullptr,
3756 NamedDecl *FoundD = nullptr,

Completed in 520 milliseconds