Searched defs:CurD (Results 1 – 2 of 2) sorted by relevance
| /llvm-project/clang/lib/AST/ | ||
| H A D | DeclTemplate.cpp | 1239 VarTemplateDecl *CurD = this; getDefinition() local |
| /llvm-project/clang/lib/Serialization/ | ||
| H A D | ASTReaderDecl.cpp | 3605 for (VarDecl *CurD = PrevVD; CurD; CurD = CurD->getPreviousDecl()) { attachPreviousDeclImpl() local |