Home
last modified time | relevance | path

Searched defs:TypeLoc (Results 1 – 15 of 15) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h209 std::vector<std::pair<TypeLocMatcher, MatchCallback *>> TypeLoc; member
H A DASTMatchers.h171 TypeLoc)) { in AST_POLYMORPHIC_MATCHER() argument
193 TypeLoc)) { in AST_POLYMORPHIC_MATCHER() argument
219 TypeLoc), in AST_POLYMORPHIC_MATCHER_P() argument
2084 AST_MATCHER_P(DeclaratorDecl, hasTypeLoc, internal::Matcher<TypeLoc>, Inner) { in AST_MATCHER_P()
3743 internal::Matcher<TypeLoc>, InnerMatcher) { in AST_MATCHER_P()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DNestedNameSpecifier.h31 class TypeLoc; variable
H A DTypeLoc.h84 TypeLoc() : Ty(nullptr), Data(nullptr) { } in TypeLoc() function
85 TypeLoc(QualType ty, void *opaqueData) in TypeLoc() function
87 TypeLoc(const Type *ty, void *opaqueData) in TypeLoc() function
189 static bool isKind(const TypeLoc&) { in isKind()
319 friend class TypeLoc; variable
426 friend class TypeLoc; variable
H A DDecl.h47 class TypeLoc; variable
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp297 LocTy TypeLoc = Lex.getLoc(); in ParseUnnamedType() local
1660 SMLoc TypeLoc = Lex.getLoc(); in ParseType() local
1851 LocTy TypeLoc = Lex.getLoc(); in ParseArgumentList() local
1950 bool LLParser::ParseStructDefinition(SMLoc TypeLoc, StringRef Name, in ParseStructDefinition()
2058 LocTy TypeLoc = Lex.getLoc(); in ParseArrayVectorType() local
3788 SMLoc TypeLoc = Lex.getLoc(); in ParseRet() local
4176 LocTy TypeLoc; in ParseVA_Arg() local
4247 Type *Ty = nullptr; LocTy TypeLoc; in ParsePHI() local
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp531 SourceLocation TypeLoc = Tok.getLocation(); in ParseOpenMPSimpleClause() local
H A DParseExpr.cpp1836 SourceLocation TypeLoc = Tok.getLocation(); in ParseBuiltinPrimaryExpression() local
H A DParseDecl.cpp2364 SourceLocation TypeLoc = Tok.getLocation(); in ParseAlignArgument() local
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp623 SMLoc TypeLoc = getLexer().getLoc(); in ParseDirectiveType() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DInitialization.h36 class TypeLoc; variable
H A DDeclSpec.h41 class TypeLoc; variable
H A DSema.h170 class TypeLoc; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1559 SMLoc TypeLoc = Tok.getLoc(); in ParseIntelOperator() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp10535 SourceLocation TypeLoc, in ActOnBuiltinOffsetOf()