Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/cplusplus/semantic/
H A Dtst_semantic.cpp206 FullySpecifiedType declTy = decl->type(); in function_declaration_1() local
207 Function *funTy = declTy->asFunctionType(); in function_declaration_1()
230 FullySpecifiedType declTy = decl->type(); in function_declaration_2() local
231 Function *funTy = declTy->asFunctionType(); in function_declaration_2()
359 FullySpecifiedType declTy = decl->type(); in function_declaration_ref_qualifier() local
360 Function *funTy = declTy->asFunctionType(); in function_declaration_ref_qualifier()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/cplusplus/typeprettyprinter/
H A Dtst_typeprettyprinter.cpp110 static FullySpecifiedType templTy(FullySpecifiedType declTy, bool isClassDeclarator) in templTy() argument
114 templ->addMember(decl(declTy)); in templTy()
115 if (Function *func = declTy->asFunctionType()) in templTy()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/cplusplus/
H A DBind.cpp1302 FullySpecifiedType declTy = this->expression(ast->type_id); in visit() local
1305 if (NamedType *namedTy = declTy->asNamedType()) { in visit()
1312 declTy.setType(control()->namedType(privName)); in visit()
1318 symbol->setType(control()->pointerType(declTy)); in visit()
2000 FullySpecifiedType declTy = this->declarator(it->value, type, &declaratorId); in visit() local
2008 decl->setType(declTy); in visit()
2019 else if (declTy.isAuto()) { in visit()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dcgmain.cpp10544 mergeDebugTypesForGlobal(const char **glob, LL_Type *symTy, LL_Type *declTy) in mergeDebugTypesForGlobal() argument
10546 if (symTy != declTy) { in mergeDebugTypesForGlobal()
10548 16 + strlen(symTy->str) + strlen(declTy->str) + strlen(*glob); in mergeDebugTypesForGlobal()
10551 declTy->str); in mergeDebugTypesForGlobal()
10554 return declTy; in mergeDebugTypesForGlobal()