Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.h32 class TypeLoc; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DNestedNameSpecifier.h38 class TypeLoc; variable
H A DTypeLoc.h67 TypeLoc(QualType ty, void *opaqueData) in TypeLoc() function
69 TypeLoc(const Type *ty, void *opaqueData) in TypeLoc() function
232 static bool isKind(const TypeLoc&) { in isKind()
362 friend class TypeLoc; variable
487 friend class TypeLoc; variable
H A DDecl.h77 class TypeLoc; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordWriter.h23 class TypeLoc; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h218 std::vector<std::pair<TypeLocMatcher, MatchCallback *>> TypeLoc; member
H A DASTMatchers.h244 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER() argument
265 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER() argument
291 TypeLoc), in AST_POLYMORPHIC_MATCHER_REGEX() argument
313 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc), in AST_POLYMORPHIC_MATCHER_P() argument
3937 internal::Matcher<TypeLoc>, Inner) { in AST_POLYMORPHIC_MATCHER_P()
7066 internal::Matcher<TypeLoc>, InnerMatcher) { in AST_MATCHER_P()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp759 SMLoc TypeLoc = getLexer().getLoc(); in ParseDirectiveType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp489 LocTy TypeLoc = Lex.getLoc(); in parseUnnamedType() local
2543 SMLoc TypeLoc = Lex.getLoc(); in parseType() local
2823 LocTy TypeLoc = Lex.getLoc(); in parseArgumentList() local
2935 bool LLParser::parseStructDefinition(SMLoc TypeLoc, StringRef Name, in parseStructDefinition()
3055 LocTy TypeLoc = Lex.getLoc(); in parseArrayVectorType() local
6395 SMLoc TypeLoc = Lex.getLoc(); in parseRet() local
7085 LocTy TypeLoc; in parseVAArg() local
7156 Type *Ty = nullptr; LocTy TypeLoc; in parsePHI() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp1633 SourceLocation TypeLoc; member
1655 SourceLocation TypeLoc = Tok.getLocation(); in parseOpenMPSimpleClause() local
H A DParseExpr.cpp2501 SourceLocation TypeLoc = Tok.getLocation(); in ParseBuiltinPrimaryExpression() local
H A DParseDecl.cpp2812 SourceLocation TypeLoc = Tok.getLocation(); in ParseAlignArgument() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp1088 OpenMPMapClauseKind Type, bool TypeIsImplicit, SourceLocation TypeLoc) { in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h42 class TypeLoc; variable
H A DSema.h197 class TypeLoc; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4683 AutoTypeLoc TypeLoc, QualType Deduced) { in CheckDeducedPlaceholderConstraints()
H A DSemaChecking.cpp3344 bool Sema::CheckPPCMMAType(QualType Type, SourceLocation TypeLoc) { in CheckPPCMMAType()
H A DSemaExpr.cpp15217 SourceLocation TypeLoc, in ActOnBuiltinOffsetOf()