Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DExternalSemaSource.h85 ReadUndefinedButUsed(llvm::MapVector<NamedDecl *, SourceLocation> &Undefined);
H A DMultiplexExternalSemaSource.h223 void ReadUndefinedButUsed(
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp232 void MultiplexExternalSemaSource::ReadUndefinedButUsed( in ReadUndefinedButUsed() function in MultiplexExternalSemaSource
235 Sources[i]->ReadUndefinedButUsed(Undefined); in ReadUndefinedButUsed()
H A DSema.cpp981 ExternalSource->ReadUndefinedButUsed(UndefinedButUsed); in ActOnEndOfTranslationUnit()
1620 void ExternalSemaSource::ReadUndefinedButUsed( in ReadUndefinedButUsed() function in ExternalSemaSource
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1994 void ReadUndefinedButUsed(
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp8125 void ASTReader::ReadUndefinedButUsed( in ReadUndefinedButUsed() function in ASTReader