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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp185 TrailingReturnTypeLoc,
216 I.Fun.TrailingReturnTypeLoc = TrailingReturnTypeLoc;
160 getFunction(bool hasProto, bool isAmbiguous, SourceLocation LParenLoc, ParamInfo *Params, unsigned NumParams, SourceLocation EllipsisLoc, SourceLocation RParenLoc, bool RefQualifierIsLvalueRef, SourceLocation RefQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceRange ESpecRange, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, CachedTokens *ExceptionSpecTokens, ArrayRef<NamedDecl*> DeclsInPrototype, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, TypeResult TrailingReturnType, SourceLocation TrailingReturnTypeLoc, DeclSpec *MethodQualifiers) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1374 SourceLocation TrailingReturnTypeLoc; member in struct:clang::DeclaratorChunk::FunctionTypeInfo
1509 return TrailingReturnTypeLoc;
1646 SourceLocation TrailingReturnTypeLoc =
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp1320 SourceLocation TrailingReturnTypeLoc;
1375 TrailingReturnTypeLoc = Range.getBegin();
1393 TrailingReturnType, TrailingReturnTypeLoc, &DS),
H A DParseDecl.cpp6514 SourceLocation TrailingReturnTypeLoc; local
6625 TrailingReturnTypeLoc = Range.getBegin();
6658 LocalEndLoc, D, TrailingReturnType, TrailingReturnTypeLoc,
H A DParseDeclCXX.cpp3922 FunctionChunk.TrailingReturnTypeLoc = Range.getBegin();

Completed in 279 milliseconds