Searched defs:FoundD (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/AST/ |
D | Expr.cpp | 327 NamedDecl *FoundD, in DeclRefExpr() 376 NamedDecl *FoundD, in Create() 392 NamedDecl *FoundD, in Create()
|
D | ASTImporter.cpp | 5386 NamedDecl *FoundD = nullptr; in VisitDeclRefExpr() local
|
/external/llvm-project/clang/lib/AST/ |
D | Expr.cpp | 400 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, in DeclRefExpr() 438 ExprValueKind VK, NamedDecl *FoundD, in Create() 453 NamedDecl *FoundD, in Create()
|
D | ASTImporter.cpp | 2515 NamedDecl *FoundD; in VisitTypeAliasTemplateDecl() local
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1037 auto *FoundD = Record.readDeclAs<NamedDecl>(); in VisitMemberExpr() local
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 3032 NamedDecl *FoundD = ReadDeclAs<NamedDecl>(F, Record, Idx); in ReadStmtFromStream() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 1946 const CXXScopeSpec *SS, NamedDecl *FoundD, in BuildDeclRefExpr() 2017 NestedNameSpecifierLoc NNS, NamedDecl *FoundD, in BuildDeclRefExpr() 3197 NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, in BuildDeclarationNameExpr()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1736 const CXXScopeSpec *SS, NamedDecl *FoundD, in BuildDeclRefExpr() 2835 NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, in BuildDeclarationNameExpr()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 12154 const Decl *FoundD = nullptr; member in __anon8f021c725b11::LastprivateConditionalRefChecker 12314 const Decl *FoundD; in checkAndEmitLastprivateConditional() local
|