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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 1667 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) {
1670 ParmVarDeclBits.ScopeDepthOrObjCQuals = scopeDepth;
1671 assert(ParmVarDeclBits.ScopeDepthOrObjCQuals == scopeDepth
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 1498 unsigned scopeDepth = Record.readInt();
1502 assert(scopeDepth == 0);
1506 PD->setScopeInfo(scopeDepth, scopeIndex);

Completed in 22 milliseconds