Searched refs:HasTrailingReturnType (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1300 /// HasTrailingReturnType - If this is true, a trailing return type was
1302 unsigned HasTrailingReturnType : 1; member in struct:clang::DeclaratorChunk::FunctionTypeInfo
1368 /// If HasTrailingReturnType is true, this is the trailing return
1372 /// If HasTrailingReturnType is true, this is the location of the trailing
1498 bool hasTrailingReturnType() const { return HasTrailingReturnType; }
1502 assert(HasTrailingReturnType);
1508 assert(HasTrailingReturnType);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp213 I.Fun.HasTrailingReturnType = TrailingReturnType.isUsable() ||
H A DSemaDeclCXX.cpp10597 if (Chunk.Fun.HasTrailingReturnType) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3920 FunctionChunk.HasTrailingReturnType = TrailingReturnType.isUsable();
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp803 static bool HasTrailingReturnType(FunctionDecl *ND) { function
832 const bool HasTrailingRT = HasTrailingReturnType(ND);

Completed in 296 milliseconds