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

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTBitCodes.h 1215 const unsigned int LOCAL_REDECLARATIONS = 50;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 1819 Record.AddOffset(LocalRedeclWriter.Emit(LOCAL_REDECLARATIONS));
ASTReaderDecl.cpp 4264 assert(MaybeRecCode.get() == LOCAL_REDECLARATIONS &&
4265 "expected LOCAL_REDECLARATIONS record!");
ASTWriter.cpp 879 RECORD(LOCAL_REDECLARATIONS);

Completed in 27 milliseconds