HomeSort by relevance Sort by last modified time
    Searched refs:TrailingReturnType (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Sema/
DeclSpec.cpp 171 TypeResult TrailingReturnType) {
197 I.Fun.HasTrailingReturnType = TrailingReturnType.isUsable() ||
198 TrailingReturnType.isInvalid();
199 I.Fun.TrailingReturnType = TrailingReturnType.get();
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 847 TypeResult TrailingReturnType;
851 TrailingReturnType = ParseTrailingReturnType(Range);
877 TrailingReturnType),
896 TypeResult TrailingReturnType;
899 TrailingReturnType = ParseTrailingReturnType(Range)
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 26 milliseconds