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

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 276 if (isInScope(declLoc)) {
284 bool isInScope(SourceLocation loc) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 132 bool isInScope(StringRef Scope) const {
414 return Scope.empty() || FData.isInScope(Scope);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp 3719 bool isInScope(int DFSIn, int DFSOut) const {
3970 !EliminationStack.isInScope(MemberDFSIn, MemberDFSOut);
4091 !EliminationStack.isInScope(MemberDFSIn, MemberDFSOut)) {

Completed in 32 milliseconds