HomeSort by relevance Sort by last modified time
    Searched defs:Loaded (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
ExternalASTSource.h 476 /// \brief Represents a lazily-loaded vector of data.
478 /// The lazily-loaded vector of data contains data that is partially loaded
480 /// items loaded from the external source are loaded lazily, when needed for
486 SmallVector<T, LoadedStorage> Loaded;
494 /// loaded from the external source while non-negative values are used to
498 /// values (corresponding to loaded entities), so that position -M
499 /// corresponds to element 0 in the loaded entities vector, position -M+1
500 /// corresponds to element 1 in the loaded entities vector, etc. Thi
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 430 // module import of an implicitly-loaded module file.
    [all...]

Completed in 164 milliseconds