HomeSort by: relevance | last modified time | path
    Searched defs:isFunctionOrMethod (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 450 /// not a code context (!isFunctionOrMethod()), returns null.
1912 bool isFunctionOrMethod() const {
1926 return !isFunctionOrMethod() && getDeclKind() != Decl::LinkageSpec &&
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 3636 !S.CurContext->isFunctionOrMethod() ||
4162 if (ctx->isFunctionOrMethod())
4555 bool isFunctionOrMethod = false;
4562 isFunctionOrMethod = true;
4566 if (state.getDeclarator().isObjCIvar() && !isFunctionOrMethod) {
4605 if (isFunctionOrMethod && inAssumeNonNullRegion)
4610 if (isFunctionOrMethod) {
SemaDeclAttr.cpp 63 /// isFunctionOrMethod - Return true if the given decl has function
66 static bool isFunctionOrMethod(const Decl *D) {
73 return isFunctionOrMethod(D) || isa<BlockDecl>(D);
86 /// isFunctionOrMethod or isFunctionOrMethodOrBlock.
815 assert(isFunctionOrMethod(D) && hasFunctionProto(D));
6478 if (!isFunctionOrMethod(D)) {
6551 if (!isFunctionOrMethod(D)) {
6624 if (!isFunctionOrMethod(D) || !hasFunctionProto(D) || isInstanceMethod(D) ||
6682 if (!isFunctionOrMethod(D)) {
6695 if (!isFunctionOrMethod(D))
    [all...]

Completed in 32 milliseconds