Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DExternalSemaSource.h142 virtual void ReadLocallyScopedExternCDecls( in ReadLocallyScopedExternCDecls() function
DMultiplexExternalSemaSource.h286 virtual void ReadLocallyScopedExternCDecls(SmallVectorImpl<NamedDecl*>&Decls);
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp240 void MultiplexExternalSemaSource::ReadLocallyScopedExternCDecls( in ReadLocallyScopedExternCDecls() function in MultiplexExternalSemaSource
243 Sources[i]->ReadLocallyScopedExternCDecls(Decls); in ReadLocallyScopedExternCDecls()
DSemaDecl.cpp4553 ExternalSource->ReadLocallyScopedExternCDecls(Decls); in findLocallyScopedExternCDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Serialization/
DASTReader.h1623 virtual void ReadLocallyScopedExternCDecls(
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp6433 ASTReader::ReadLocallyScopedExternCDecls(SmallVectorImpl<NamedDecl *> &Decls) { in ReadLocallyScopedExternCDecls() function in ASTReader