Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1215 bool isFunctionOrMethodVarDecl() const { in isFunctionOrMethodVarDecl() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4033 return (Var->isFunctionOrMethodVarDecl() && !Var->hasLocalStorage()); in HasLocalVariableExternalStorage()
4494 if (Var->isFunctionOrMethodVarDecl()) in GetInnerBlockDeclRefExprs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1309 if (VD && !VD->isFunctionOrMethodVarDecl() && !isa<ParmVarDecl>(VD)) in getDSA()