Searched defs:isVar (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Analysis/ | ||
H A D | Consumed.cpp | 413 bool isVar() const { return InfoType == IT_Var; } isVar() function in clang::consumed::PropagationInfo |
/llvm-project/clang/include/clang/AST/ | ||
H A D | DeclObjC.h | 432 void setVariadic(bool isVar) { ObjCMethodDeclBits.IsVariadic = isVar; } in setVariadic() argument |