Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2396 auto ThisVarDecl = dyn_cast_or_null<VarDecl>(ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes() local
2399 getCurScope(), ThisVarDecl->getType()->getCanonicalTypeInternal(), in ParseDeclarationAfterDeclaratorAndAttributes()
2409 if (ThisVarDecl) { in ParseDeclarationAfterDeclaratorAndAttributes()
2417 if (ThisVarDecl && PP.isCodeCompletionReached() && !CalledSignatureHelp) { in ParseDeclarationAfterDeclaratorAndAttributes()
2419 getCurScope(), ThisVarDecl->getType()->getCanonicalTypeInternal(), in ParseDeclarationAfterDeclaratorAndAttributes()