Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h38 class TypeLoc; variable
H A DTypeLoc.h68 TypeLoc(QualType ty, void *opaqueData) in TypeLoc() function
70 TypeLoc(const Type *ty, void *opaqueData) in TypeLoc() function
239 static bool isKind(const TypeLoc&) { in isKind()
374 friend class TypeLoc; variable
499 friend class TypeLoc; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPPC.cpp256 bool SemaPPC::CheckPPCMMAType(QualType Type, SourceLocation TypeLoc) { in CheckPPCMMAType()
H A DSemaLambda.cpp1398 SourceLocation TypeLoc, CallOperatorLoc; in ActOnStartOfLambdaDefinition() local
H A DSemaTemplateDeduction.cpp4986 AutoTypeLoc TypeLoc, in CheckDeducedPlaceholderConstraints()
H A DSemaExpr.cpp15877 SourceLocation TypeLoc, in ActOnBuiltinOffsetOf()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h220 std::vector<std::pair<TypeLocMatcher, MatchCallback *>> TypeLoc; member
H A DASTMatchers.h248 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER() argument
269 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER() argument
295 TypeLoc), in AST_POLYMORPHIC_MATCHER_REGEX() argument
317 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc), in AST_POLYMORPHIC_MATCHER_P() argument
4081 internal::Matcher<TypeLoc>, Inner) { in AST_POLYMORPHIC_MATCHER_P()
6824 AST_MATCHER_P(QualifiedTypeLoc, hasUnqualifiedLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P()
6838 AST_MATCHER_P(FunctionDecl, hasReturnTypeLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P()
6864 AST_MATCHER_P(PointerTypeLoc, hasPointeeLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P()
6892 AST_MATCHER_P(ReferenceTypeLoc, hasReferentLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P()
6985 AST_MATCHER_P(ElaboratedTypeLoc, hasNamedTypeLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h26 class TypeLoc; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp785 SMLoc TypeLoc = getLexer().getLoc(); in ParseDirectiveType() local
H A DMasmParser.cpp5972 SMLoc TypeLoc = getTok().getLoc(); in parseDirectiveExtern() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp677 LocTy TypeLoc = Lex.getLoc(); in parseUnnamedType() local
2872 SMLoc TypeLoc = Lex.getLoc(); in parseType() local
3257 LocTy TypeLoc = Lex.getLoc(); in parseArgumentList() local
3338 bool LLParser::parseStructDefinition(SMLoc TypeLoc, StringRef Name, in parseStructDefinition()
3458 LocTy TypeLoc = Lex.getLoc(); in parseArrayVectorType() local
7117 SMLoc TypeLoc = Lex.getLoc(); in parseRet() local
7803 LocTy TypeLoc; in parseVAArg() local
7874 Type *Ty = nullptr; LocTy TypeLoc; in parsePHI() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1788 SourceLocation TypeLoc; member
1810 SourceLocation TypeLoc = Tok.getLocation(); in parseOpenMPSimpleClause() local
H A DParseExpr.cpp2743 SourceLocation TypeLoc = Tok.getLocation(); in ParseBuiltinPrimaryExpression() local
H A DParseDecl.cpp3291 SourceLocation TypeLoc = Tok.getLocation(); in ParseAlignArgument() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h44 class TypeLoc; variable
H A DSema.h214 class TypeLoc; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1147 OpenMPMapClauseKind Type, bool TypeIsImplicit, SourceLocation TypeLoc) { in Create()