Searched refs:isDeclarationOfFunction (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp2897 if (getLangOpts().MicrosoftExt && DeclaratorInfo.isDeclarationOfFunction())
2990 } else if (DeclaratorInfo.isDeclarationOfFunction()) {
3087 ThisDecl, DeclaratorInfo.isDeclarationOfFunction(), EqualLoc);
4084 if (!D.isDeclarationOfFunction()) {
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp325 bool Declarator::isDeclarationOfFunction() const { function in class:Declarator
H A DSemaType.cpp8321 if (State.getDeclarator().isDeclarationOfFunction()) {
H A DSemaDeclCXX.cpp3318 bool isFunc = D.isDeclarationOfFunction();
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h2411 bool isDeclarationOfFunction() const;

Completed in 337 milliseconds