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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExternalASTSource.h 78 class Deserializing {
82 explicit Deserializing(ExternalASTSource *source) : Source(source) {
87 ~Deserializing() {
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 438 /// A timer used to track the time spent deserializing.
445 /// The module kind that is currently deserializing.
1033 /// Number of Decl/types that are currently deserializing.
1093 /// need to be marked as incomplete once we're done deserializing things.
1500 /// deserializing.
2059 Deserializing AnIdentifier(this);
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 1342 ExternalASTSource::Deserializing ADeclContext(Source);
Decl.cpp 4597 ExternalASTSource::Deserializing TheFields(Source);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 1945 Deserializing Macros(this);
2063 Deserializing AnIdentifier(this);
4219 Deserializing AnASTFile(this);
6407 Deserializing AType(this);
7170 // deserializing. Just remember that the AST has marked this one as complete
7493 "should not be called while already deserializing");
7494 Deserializing D(this);
7627 Deserializing LookupResults(this);
7674 /// We simulate this by deserializing and passing to consumer the methods of the
7983 Deserializing AnIdentifier(this)
    [all...]
ASTReaderDecl.cpp 1259 // deserializing the interface declaration, so that it will consider this
1941 // Lazily load the key function to avoid deserializing every method so we can
3772 Deserializing ADecl(this);
4102 // If we already have a definition when deserializing the ObjCInterfaceDecl,
4635 // When we get to the end of deserializing, see if there are other decls

Completed in 48 milliseconds