Home
last modified time | relevance | path

Searched refs:ThisVarDecl (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2643 auto ThisVarDecl = dyn_cast_or_null<VarDecl>(ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2646 ThisVarDecl->getType()->getCanonicalTypeInternal(), in ParseDeclarationAfterDeclaratorAndAttributes()
2657 if (ThisVarDecl) { in ParseDeclarationAfterDeclaratorAndAttributes()
2670 if (ThisVarDecl && PP.isCodeCompletionReached() && !CalledSignatureHelp) { in ParseDeclarationAfterDeclaratorAndAttributes()
2672 ThisVarDecl->getType()->getCanonicalTypeInternal(), in ParseDeclarationAfterDeclaratorAndAttributes()