Searched defs:FoundD (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp2221 NamedDecl *FoundD = ReadDeclAs<NamedDecl>(F, Record, Idx); local
2223 DeclAccessPair FoundDecl = DeclAccessPair::make(FoundD, AS);
/external/clang/lib/AST/
H A DExpr.cpp345 NamedDecl *FoundD,
353 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
354 if (FoundD)
355 getInternalFoundDecl() = FoundD;
385 NamedDecl *FoundD,
390 T, VK, FoundD, TemplateArgs);
401 NamedDecl *FoundD,
404 if (D == FoundD)
405 FoundD = nullptr;
410 if (FoundD)
340 DeclRefExpr(const ASTContext &Ctx, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingLocal, const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, QualType T, ExprValueKind VK) argument
377 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingLocal, SourceLocation NameLoc, QualType T, ExprValueKind VK, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument
393 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingLocal, const DeclarationNameInfo &NameInfo, QualType T, ExprValueKind VK, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp1634 const CXXScopeSpec *SS, NamedDecl *FoundD,
1665 NameInfo.getLoc(), Ty, VK, FoundD, TemplateArgs);
1672 SourceLocation(), D, refersToEnclosingScope, NameInfo, Ty, VK, FoundD);
2698 NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) {
2900 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD,
1632 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, const DeclarationNameInfo &NameInfo, const CXXScopeSpec *SS, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument
2696 BuildDeclarationNameExpr( const CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, NamedDecl *D, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument

Completed in 125 milliseconds