Home
last modified time | relevance | path

Searched refs:is_constructor (Results 1 – 4 of 4) sorted by relevance

/llvm-project/polly/lib/External/isl/interface/
H A Dgenerator.h180 static bool is_constructor(Decl *decl);
H A Dgenerator.cc423 if (is_constructor(method)) { in generator()
517 bool generator::is_constructor(Decl *decl) in is_constructor() function in generator
H A Dcpp.cc955 if (generator::is_constructor(method)) in get_kind()
/llvm-project/clang/test/SemaObjC/
H A Dunguarded-availability.m398 void is_constructor(void); function
401 void is_constructor(void) { function