Searched refs:AnonTagsWithPendingTypedefs (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DASTImporter.h73 SmallVector<TagDecl *, 4> AnonTagsWithPendingTypedefs; member in class:clang::ASTImporter
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp4650 AnonTagsWithPendingTypedefs.push_back(FromTag);
4655 FromTag = AnonTagsWithPendingTypedefs.begin(),
4656 FromTagEnd = AnonTagsWithPendingTypedefs.end();
4662 AnonTagsWithPendingTypedefs.erase(FromTag);

Completed in 70 milliseconds