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

  /external/clang/lib/Sema/
DeclSpec.cpp 169 ParsedType TrailingReturnType) {
192 I.Fun.TrailingReturnType = TrailingReturnType.getAsOpaquePtr();
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 798 ParsedType TrailingReturnType;
801 TrailingReturnType = ParseTrailingReturnType(Range).get();
826 TrailingReturnType),
845 ParsedType TrailingReturnType;
848 TrailingReturnType = ParseTrailingReturnType(Range).get();
872 TrailingReturnType),
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 33 milliseconds