Searched defs:TypeLoc (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Parse/
H A DParseOpenMP.cpp446 SourceLocation TypeLoc = Tok.getLocation(); local
454 return Actions.ActOnOpenMPSimpleClause(Kind, Type, TypeLoc, LOpen, Loc,
H A DParseExpr.cpp1720 SourceLocation TypeLoc = Tok.getLocation(); local
1790 Res = Actions.ActOnBuiltinOffsetOf(getCurScope(), StartLoc, TypeLoc,
H A DParseDecl.cpp2244 SourceLocation TypeLoc = Tok.getLocation(); local
2247 ER = Actions.ActOnUnaryExprOrTypeTraitExpr(TypeLoc, UETT_AlignOf, true,
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp623 SMLoc TypeLoc = getLexer().getLoc(); local
631 return Error(TypeLoc, "unsupported attribute in '.type' directive");
/external/llvm/lib/AsmParser/
H A DLLParser.cpp361 LocTy TypeLoc = Lex.getLoc(); local
373 if (ParseStructDefinition(TypeLoc, "",
379 return Error(TypeLoc, "non-struct types may not be recursive");
1724 SMLoc TypeLoc = Lex.getLoc();
1793 return Error(TypeLoc, "void type only allowed for function results");
1894 LocTy TypeLoc = Lex.getLoc();
1903 return Error(TypeLoc, "argument can not have void type");
1911 return Error(TypeLoc, "invalid type for function argument");
1914 ArgList.push_back(ArgInfo(TypeLoc, ArgTy,
1926 TypeLoc
[all...]
/external/clang/include/clang/AST/
H A DTypeLoc.h1 //===--- TypeLoc.h - Type Source Info Wrapper -------------------*- C++ -*-===//
11 /// \brief Defines the clang::TypeLoc interface and its subclasses.
33 class Class##TypeLoc;
38 /// A client should use the TypeLoc subclasses through castAs()/getAs()
40 class TypeLoc { class in namespace:clang
48 /// \brief Convert to the specified TypeLoc type, asserting that this TypeLoc
56 TypeLoc& tl = t;
61 /// \brief Convert to the specified TypeLoc type, returning a null TypeLoc i
84 TypeLoc() : Ty(nullptr), Data(nullptr) { } function in class:clang::TypeLoc
85 TypeLoc(QualType ty, void *opaqueData) function in class:clang::TypeLoc
87 TypeLoc(const Type *ty, void *opaqueData) function in class:clang::TypeLoc
189 isKind(const TypeLoc&) argument
[all...]
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1498 SMLoc TypeLoc = Tok.getLoc(); local
1522 unsigned Len = End.getPointer() - TypeLoc.getPointer();
1523 InstInfo->AsmRewrites->push_back(AsmRewrite(AOK_Imm, TypeLoc, Len, CVal));
/external/clang/lib/Sema/
H A DSemaExpr.cpp28 #include "clang/AST/TypeLoc.h"
4346 TypeLoc TL = PVD->getTypeSourceInfo()->getTypeLoc();
10356 SourceLocation TypeLoc,
10368 ArgTInfo = Context.getTrivialTypeSourceInfo(ArgTy, TypeLoc);
10476 TypeLoc tmp = Sig->getTypeLoc().IgnoreParens();
10486 TypeLoc Result = ExplicitSignature.getReturnLoc();
10354 ActOnBuiltinOffsetOf(Scope *S, SourceLocation BuiltinLoc, SourceLocation TypeLoc, ParsedType ParsedArgTy, OffsetOfComponent *CompPtr, unsigned NumComponents, SourceLocation RParenLoc) argument

Completed in 1827 milliseconds