Home
last modified time | relevance | path

Searched refs:TentativeDefs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h106 SmallVectorImpl<VarDecl *> &TentativeDefs) {} in ReadTentativeDefinitions() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp253 SmallVectorImpl<VarDecl*> &TentativeDefs) { in ReadTentativeDefinitions() argument
255 Sources[i]->ReadTentativeDefinitions(TentativeDefs); in ReadTentativeDefinitions()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2092 SmallVectorImpl<VarDecl *> &TentativeDefs) override;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8711 SmallVectorImpl<VarDecl *> &TentativeDefs) { in ReadTentativeDefinitions() argument
8715 TentativeDefs.push_back(Var); in ReadTentativeDefinitions()