Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.h33 class TypeLoc; variable
/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
240 static bool isKind(const TypeLoc&) { in isKind()
375 friend class TypeLoc; variable
501 friend class TypeLoc; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPPC.cpp262 bool SemaPPC::CheckPPCMMAType(QualType Type, SourceLocation TypeLoc) { in CheckPPCMMAType()
H A DSemaLambda.cpp1425 SourceLocation TypeLoc, CallOperatorLoc; in ActOnStartOfLambdaDefinition() local
H A DSemaTemplateDeduction.cpp5100 AutoTypeLoc TypeLoc, in CheckDeducedPlaceholderConstraints()
H A DSemaExpr.cpp16243 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.h250 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER() argument
271 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER() argument
297 TypeLoc), in AST_POLYMORPHIC_MATCHER_REGEX() argument
319 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc), in AST_POLYMORPHIC_MATCHER_P() argument
4174 internal::Matcher<TypeLoc>, Inner) { in AST_POLYMORPHIC_MATCHER_P()
6871 AST_MATCHER_P(QualifiedTypeLoc, hasUnqualifiedLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P()
6885 AST_MATCHER_P(FunctionDecl, hasReturnTypeLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P()
6911 AST_MATCHER_P(PointerTypeLoc, hasPointeeLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P()
6939 AST_MATCHER_P(ReferenceTypeLoc, hasReferentLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P()
7032 AST_MATCHER_P(ElaboratedTypeLoc, hasNamedTypeLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h27 class TypeLoc; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp748 SMLoc TypeLoc = getLexer().getLoc(); in parseDirectiveType() local
H A DMasmParser.cpp4514 SMLoc TypeLoc = getTok().getLoc(); in parseDirectiveExtern() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp665 LocTy TypeLoc = Lex.getLoc(); in parseUnnamedType() local
2902 SMLoc TypeLoc = Lex.getLoc(); in parseType() local
3354 LocTy TypeLoc = Lex.getLoc(); in parseArgumentList() local
3435 bool LLParser::parseStructDefinition(SMLoc TypeLoc, StringRef Name, in parseStructDefinition()
3557 LocTy TypeLoc = Lex.getLoc(); in parseArrayVectorType() local
7431 SMLoc TypeLoc = Lex.getLoc(); in parseRet() local
8116 LocTy TypeLoc; in parseVAArg() local
8187 Type *Ty = nullptr; LocTy TypeLoc; in parsePHI() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1723 SourceLocation TypeLoc; member
1745 SourceLocation TypeLoc = Tok.getLocation(); in parseOpenMPSimpleClause() local
H A DParseExpr.cpp2356 SourceLocation TypeLoc = Tok.getLocation(); in ParseBuiltinPrimaryExpression() local
H A DParseDecl.cpp3079 SourceLocation TypeLoc = Tok.getLocation(); in ParseAlignArgument() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h44 class TypeLoc; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1166 OpenMPMapClauseKind Type, bool TypeIsImplicit, SourceLocation TypeLoc) { in Create()