Lines Matching defs:decl
315 clang::Decl *decl = FromCompilerDecl(*option); in GetOrCreateDeclContextForUid() local
654 if (clang::Decl *decl = TryGetDecl(block_id)) in GetOrCreateBlockDecl() local
692 if (clang::Decl *decl = TryGetDecl(var_id)) in GetOrCreateVariableDecl() local
707 if (clang::Decl *decl = TryGetDecl(var_id)) in GetOrCreateVariableDecl() local
720 if (clang::Decl *decl = TryGetDecl(id)) in GetOrCreateTypedefDecl() local
937 if (clang::Decl *decl = TryGetDecl(func_id)) in GetOrCreateInlinedFunctionDecl() local
1015 if (clang::Decl *decl = TryGetDecl(func_id)) in GetOrCreateFunctionDecl() local
1330 static CVSymbolArray skipFunctionParameters(clang::Decl &decl, in skipFunctionParameters()
1389 clang::Decl *decl = clang::Decl::castFromDeclContext(&context); in ParseDeclsForSimpleContext() local
1430 CompilerDecl PdbAstBuilder::ToCompilerDecl(clang::Decl &decl) { in ToCompilerDecl()
1443 clang::Decl * PdbAstBuilder::FromCompilerDecl(CompilerDecl decl) { in FromCompilerDecl()