HomeSort by: relevance | last modified time | path
    Searched defs:TypeLoc (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 218 std::vector<std::pair<TypeLocMatcher, MatchCallback *>> TypeLoc;
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 759 SMLoc TypeLoc = getLexer().getLoc();
767 return Error(TypeLoc, "unsupported attribute in '.type' directive");
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 489 LocTy TypeLoc = Lex.getLoc();
498 if (parseStructDefinition(TypeLoc, "", NumberedTypes[TypeID], Result))
504 return error(TypeLoc, "non-struct types may not be recursive");
2543 SMLoc TypeLoc = Lex.getLoc();
2617 return error(TypeLoc, "void type only allowed for function results");
2823 LocTy TypeLoc = Lex.getLoc();
2832 return error(TypeLoc, "argument can not have void type");
2839 return error(TypeLoc, "argument expected to be numbered '%" +
2846 return error(TypeLoc, "invalid type for function argument");
2848 ArgList.emplace_back(TypeLoc, ArgTy
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h 1 //===- TypeLoc.h - Type Source Info Wrapper ---------------------*- C++ -*-===//
10 /// Defines the clang::TypeLoc interface and its subclasses.
50 #define TYPELOC(Class, Base) \
51 class Class##TypeLoc;
56 /// A client should use the TypeLoc subclasses through castAs()/getAs()
58 class TypeLoc {
66 TypeLoc() = default;
67 TypeLoc(QualType ty, void *opaqueData)
69 TypeLoc(const Type *ty, void *opaqueData)
72 /// Convert to the specified TypeLoc type, asserting that this TypeLo
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 2501 SourceLocation TypeLoc = Tok.getLocation();
2571 Res = Actions.ActOnBuiltinOffsetOf(getCurScope(), StartLoc, TypeLoc,
ParseOpenMP.cpp 1633 SourceLocation TypeLoc;
1636 SourceLocation TypeLoc, SourceLocation RLoc)
1637 : Type(Type), Loc(Loc), LOpen(LOpen), TypeLoc(TypeLoc), RLoc(RLoc) {}
1655 SourceLocation TypeLoc = Tok.getLocation();
1665 return SimpleClauseData(Type, Loc, LOpen, TypeLoc, RLoc);
3227 Kind, Val.getValue().Type, Val.getValue().TypeLoc, Val.getValue().LOpen,
ParseDecl.cpp 2812 SourceLocation TypeLoc = Tok.getLocation();
2815 ER = Actions.ActOnUnaryExprOrTypeTraitExpr(TypeLoc, UETT_AlignOf, true,

Completed in 30 milliseconds