Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTUnresolvedSet.h35 friend class LazyASTUnresolvedSet; variable
88 class LazyASTUnresolvedSet {
H A DDeclCXX.h486 LazyASTUnresolvedSet Conversions;
493 LazyASTUnresolvedSet VisibleConversions;
/minix/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h91 class LazyASTUnresolvedSet; variable
2002 void ReadUnresolvedSet(ModuleFile &F, LazyASTUnresolvedSet &Set,
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp37 void LazyASTUnresolvedSet::getFromExternalSource(ASTContext &C) const { in getFromExternalSource()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7816 void ASTReader::ReadUnresolvedSet(ModuleFile &F, LazyASTUnresolvedSet &Set, in ReadUnresolvedSet()