Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp498 CheckVariableDeclarationType(VD); in buildCoroutinePromise()
1789 S.CheckVariableDeclarationType(GroDecl); in makeGroDeclAndReturnStmt()
H A DSemaDecl.cpp8503 void Sema::CheckVariableDeclarationType(VarDecl *NewVD) { in CheckVariableDeclarationType() function in Sema
8806 CheckVariableDeclarationType(NewVD); in CheckVariableDeclaration()
12969 CheckVariableDeclarationType(VDecl); in DeduceVariableDeclarationType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3533 void CheckVariableDeclarationType(VarDecl *NewVD);