Home
last modified time | relevance | path

Searched refs:LazyASTUnresolvedSet (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTUnresolvedSet.h30 friend class LazyASTUnresolvedSet; variable
93 class LazyASTUnresolvedSet {
H A DDeclCXX.h316 LazyASTUnresolvedSet Conversions;
323 LazyASTUnresolvedSet VisibleConversions;
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordReader.h252 void readUnresolvedSet(LazyASTUnresolvedSet &Set);
H A DASTReader.h87 class LazyASTUnresolvedSet; variable
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp64 void LazyASTUnresolvedSet::getFromExternalSource(ASTContext &C) const { in getFromExternalSource()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp8806 void ASTRecordReader::readUnresolvedSet(LazyASTUnresolvedSet &Set) { in readUnresolvedSet()