Searched refs:isFunctionOrMethodVarDecl (Results 1 – 3 of 3) sorted by relevance
1215 bool isFunctionOrMethodVarDecl() const { in isFunctionOrMethodVarDecl() function
4033 return (Var->isFunctionOrMethodVarDecl() && !Var->hasLocalStorage()); in HasLocalVariableExternalStorage()4494 if (Var->isFunctionOrMethodVarDecl()) in GetInnerBlockDeclRefExprs()
1309 if (VD && !VD->isFunctionOrMethodVarDecl() && !isa<ParmVarDecl>(VD)) in getDSA()