/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchFinder.h | 209 std::vector<std::pair<TypeLocMatcher, MatchCallback *>> TypeLoc; member
|
H A D | ASTMatchers.h | 171 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 D | NestedNameSpecifier.h | 31 class TypeLoc; variable
|
H A D | TypeLoc.h | 84 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 D | Decl.h | 47 class TypeLoc; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 297 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 D | ParseOpenMP.cpp | 531 SourceLocation TypeLoc = Tok.getLocation(); in ParseOpenMPSimpleClause() local
|
H A D | ParseExpr.cpp | 1836 SourceLocation TypeLoc = Tok.getLocation(); in ParseBuiltinPrimaryExpression() local
|
H A D | ParseDecl.cpp | 2364 SourceLocation TypeLoc = Tok.getLocation(); in ParseAlignArgument() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 623 SMLoc TypeLoc = getLexer().getLoc(); in ParseDirectiveType() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | Initialization.h | 36 class TypeLoc; variable
|
H A D | DeclSpec.h | 41 class TypeLoc; variable
|
H A D | Sema.h | 170 class TypeLoc; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1559 SMLoc TypeLoc = Tok.getLoc(); in ParseIntelOperator() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 10535 SourceLocation TypeLoc, in ActOnBuiltinOffsetOf()
|