Searched refs:Declaration (Results 76 - 100 of 120) sorted by relevance

12345

/external/clang/lib/Index/
H A DUSRGeneration.cpp808 case TemplateArgument::Declaration:
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp927 case TemplateArgument::Declaration:
H A DSemaTemplateInstantiate.cpp1140 } else if (arg.getKind() == TemplateArgument::Declaration ||
1143 if (arg.getKind() == TemplateArgument::Declaration) {
H A DSemaLookup.cpp1990 "Declaration context must already be complete!");
2448 case TemplateArgument::Declaration:
5022 case MissingImportKind::Declaration:
5072 MissingImportKind::Declaration, ErrorRecovery);
H A DSemaTemplate.cpp2453 case TemplateArgument::Declaration:
3555 case TemplateArgument::Declaration:
3686 case TemplateArgument::Declaration:
3687 llvm_unreachable("Declaration argument with template template parameter");
5428 assert(Arg.getKind() == TemplateArgument::Declaration &&
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c424 switch (decl->Declaration.File) {
H A Dlp_bld_tgsi_soa.c2964 assert(last <= bld->bld_base.info->file_max[decl->Declaration.File]);
2966 switch (decl->Declaration.File) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_tgsi.c653 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) {
/external/v8/src/full-codegen/
H A Dfull-codegen.h288 void VisitDeclarations(Declaration::List* declarations);
H A Dfull-codegen.cc463 void FullCodeGenerator::VisitDeclarations(Declaration::List* declarations) {
/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h788 case TemplateArgument::Declaration:
821 case TemplateArgument::Declaration:
H A DOpenMPClause.h2797 // \brief Declaration associated with the declaration. If the component does
2974 "Declaration and component lists size is not consistent!");
3118 /// Declaration.
3120 const ValueDecl *Declaration, ArrayRef<ValueDecl *> UniqueDecls,
3130 if (*DeclCur == Declaration)
3119 const_component_lists_iterator( const ValueDecl *Declaration, ArrayRef<ValueDecl *> UniqueDecls, ArrayRef<unsigned> DeclsListNum, ArrayRef<unsigned> CumulativeListSizes, MappableExprComponentListRef Components) argument
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c565 /* Declaration: fill in file details */
567 struct etna_compile_file *file = &c->file[decl->Declaration.File];
571 file->reg[idx].has_semantic = decl->Declaration.Semantic;
/external/v8/src/asmjs/
H A Dasm-wasm-builder.cc1833 void VisitDeclarations(Declaration::List* decls) {
1834 for (Declaration* decl : *decls) {
/external/clang/tools/libclang/
H A DCXCursor.cpp1216 case TemplateArgument::Declaration:
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c900 switch (fdec->Declaration.File) {
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c2217 switch (decl->Declaration.File) {
2224 emit->output_usage_mask[decl->Range.First] = decl->Declaration.UsageMask;
2231 if (decl->Declaration.Array) {
2265 if (decl->Declaration.Dimension) {
/external/v8/src/parsing/
H A Dparser-base.h574 struct Declaration { struct in struct:v8::internal::ParseFunctionFlags::ParserBase::DeclarationParsingResult
575 Declaration(ExpressionT pattern, int initializer_position, function in struct:v8::internal::ParseFunctionFlags::ParserBase::DeclarationParsingResult::Declaration
592 List<Declaration> declarations;
3745 typename DeclarationParsingResult::Declaration decl(
4695 // Declaration[?Yield]
4697 // Declaration[Yield] :
H A Dpreparser.h1044 const DeclarationParsingResult::Declaration* declaration,
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1215 if (parse.FullToken.FullDeclaration.Declaration.File == TGSI_FILE_OUTPUT) {
1223 else if (parse.FullToken.FullDeclaration.Declaration.File == TGSI_FILE_SYSTEM_VALUE) {
2960 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) {
2966 if (decl->Declaration.File == TGSI_FILE_INPUT) {
2971 mask = decl->Declaration.UsageMask;
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h776 if (Node.getKind() == TemplateArgument::Declaration)
H A DASTMatchersInternal.h884 virtual bool classIsDerivedFrom(const CXXRecordDecl *Declaration,
/external/clang/lib/AST/
H A DStmtProfile.cpp1729 case TemplateArgument::Declaration:
H A DExprConstant.cpp3857 const FunctionDecl *Declaration,
3863 Declaration->isConstexpr())
3868 if (Declaration->isInvalidDecl())
3877 const FunctionDecl *DiagDecl = Definition ? Definition : Declaration;
3856 CheckConstexprFunction(EvalInfo &Info, SourceLocation CallLoc, const FunctionDecl *Declaration, const FunctionDecl *Definition, const Stmt *Body) argument
H A DMicrosoftMangle.cpp1181 // N.B. This matches up with the handling of TemplateArgument::Declaration
1248 case TemplateArgument::Declaration: {

Completed in 855 milliseconds

12345