Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp9361 unsigned FTIIdx; in ActOnFunctionDeclarator() local
9362 if (D.isFunctionDeclarator(FTIIdx)) { in ActOnFunctionDeclarator()
9363 DeclaratorChunk::FunctionTypeInfo &FTI = D.getTypeObject(FTIIdx).Fun; in ActOnFunctionDeclarator()