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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 1262 Scope *Initial = S;
1304 if (!LeftStartingScope && !Initial->isDeclScope(*I))
1392 UDirs.visitScopeChain(Initial, InnermostFileScope);
1433 UDirs.visitScopeChain(Initial, S);
2062 // We have already looked into the initial namespace; seed the queue
3758 Scope *Initial = S;
3765 UDirs.visitScopeChain(Initial, S);
3775 lookupInScope(Initial, Result, UDirs);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp 932 // Figure out how long the initial prefix of non-zero elements is.
953 llvm::Constant *Initial = llvm::ConstantArray::get(
957 Elements[0] = Initial;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 911 Initial,
914 } Mode = Initial;
1202 case Initial:
1300 << " without an initial value";

Completed in 28 milliseconds