Searched defs:TypeLoc (Results 1 – 12 of 12) sorted by relevance
30 class TypeLoc; variable
58 TypeLoc() : Ty(0), Data(0) { } in TypeLoc() function59 TypeLoc(QualType ty, void *opaqueData) in TypeLoc() function61 TypeLoc(const Type *ty, void *opaqueData) in TypeLoc() function
41 class TypeLoc; variable
295 LocTy TypeLoc = Lex.getLoc(); in ParseUnnamedType() local1269 SMLoc TypeLoc = Lex.getLoc(); in ParseType() local1437 LocTy TypeLoc = Lex.getLoc(); in ParseArgumentList() local1530 bool LLParser::ParseStructDefinition(SMLoc TypeLoc, StringRef Name, in ParseStructDefinition()1638 LocTy TypeLoc = Lex.getLoc(); in ParseArrayVectorType() local3064 SMLoc TypeLoc = Lex.getLoc(); in ParseRet() local3442 LocTy TypeLoc; in ParseVA_Arg() local3513 Type *Ty = 0; LocTy TypeLoc; in ParsePHI() local
468 SMLoc TypeLoc; in ParseDirectiveType() local
553 bool MatchASTVisitor::TraverseTypeLoc(TypeLoc TypeLoc) { in TraverseTypeLoc() argument
1794 SourceLocation TypeLoc = Tok.getLocation(); in ParseBuiltinPrimaryExpression() local
2027 SourceLocation TypeLoc = Tok.getLocation(); in ParseAlignArgument() local
35 class TypeLoc; variable
40 class TypeLoc; variable
156 class TypeLoc; variable
9167 SourceLocation TypeLoc, in ActOnBuiltinOffsetOf()