Searched defs:GetDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Serialization/
H A DASTReader.cpp4078 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0])));
6142 return GetDecl(ID);
6374 Decl *ASTReader::GetDecl(DeclID ID) { function in class:ASTReader
6568 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt))
6580 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt)));
6703 Contexts.push_back(cast<DeclContext>(GetDecl(Merged->second[I])));
6824 Contexts.push_back(cast<DeclContext>(GetDecl(Merged->second[I])));
6867 GetDecl(ID);
7057 NamedDecl *D = cast<NamedDecl>(GetDecl(ID));
7313 = dyn_cast_or_null<NamespaceDecl>(GetDecl(KnownNamespace
[all...]

Completed in 95 milliseconds