Home | History | Annotate | Download | only in Lex

Lines Matching defs:EC

334   llvm::error_code EC;
342 Dir(SubframeworksDirNameNative.str(), EC), DirEnd;
343 Dir != DirEnd && !EC; Dir.increment(EC)) {