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

  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 2149 (hasInit() ||
2170 if (hasInit())
2262 bool VarDecl::hasInit() const {
2271 if (!hasInit())
2290 if (I->hasInit())
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 5091 bool hasInit = (ND->getInit() != nullptr);
5094 if (hasInit)
5098 hasInit = false;
5138 if (!hasInit) {
RewriteObjC.cpp 4249 bool hasInit = (ND->getInit() != nullptr);
4258 if (!hasInit) {

Completed in 42 milliseconds