Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp9095 static StorageClass getFunctionStorageClass(Sema &SemaRef, Declarator &D) { in getFunctionStorageClass() function
9688 StorageClass SC = getFunctionStorageClass(*this, D); in ActOnFunctionDeclarator()