Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.h32 class TypeLoc; variable
/freebsd-src/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
233 isKind(const TypeLoc &) isKind() argument
368 friend class TypeLoc; global() variable
493 friend class TypeLoc; global() variable
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h24 class TypeLoc; global() variable
/freebsd-src/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 AST_POLYMORPHIC_MATCHER_P(hasTypeLoc,AST_POLYMORPHIC_SUPPORTED_TYPES (BlockDecl,CXXBaseSpecifier,CXXCtorInitializer,CXXFunctionalCastExpr,CXXNewExpr,CXXTemporaryObjectExpr,CXXUnresolvedConstructExpr,ClassTemplateSpecializationDecl,CompoundLiteralExpr,DeclaratorDecl,ExplicitCastExpr,ObjCPropertyDecl,TemplateArgumentLoc,TypedefNameDecl),internal::Matcher<TypeLoc>,Inner) AST_POLYMORPHIC_MATCHER_P() argument
6800 AST_MATCHER_P(QualifiedTypeLoc,hasUnqualifiedLoc,internal::Matcher<TypeLoc>,InnerMatcher) AST_MATCHER_P() argument
6814 AST_MATCHER_P(FunctionDecl,hasReturnTypeLoc,internal::Matcher<TypeLoc>,ReturnMatcher) AST_MATCHER_P() argument
6840 AST_MATCHER_P(PointerTypeLoc,hasPointeeLoc,internal::Matcher<TypeLoc>,PointeeMatcher) AST_MATCHER_P() argument
6868 AST_MATCHER_P(ReferenceTypeLoc,hasReferentLoc,internal::Matcher<TypeLoc>,ReferentMatcher) AST_MATCHER_P() argument
6955 AST_MATCHER_P(ElaboratedTypeLoc,hasNamedTypeLoc,internal::Matcher<TypeLoc>,InnerMatcher) AST_MATCHER_P() argument
7742 AST_MATCHER_P(NestedNameSpecifierLoc,specifiesTypeLoc,internal::Matcher<TypeLoc>,InnerMatcher) AST_MATCHER_P() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp794 SMLoc TypeLoc = getLexer().getLoc(); ParseDirectiveType() local
H A DMasmParser.cpp5971 SMLoc TypeLoc = getTok().getLoc(); parseDirectiveExtern() local
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp602 LocTy TypeLoc = Lex.getLoc(); parseUnnamedType() local
2760 SMLoc TypeLoc = Lex.getLoc(); parseType() local
3058 LocTy TypeLoc = Lex.getLoc(); parseArgumentList() local
3140 parseStructDefinition(SMLoc TypeLoc,StringRef Name,std::pair<Type *,LocTy> & Entry,Type * & ResultTy) parseStructDefinition() argument
3260 LocTy TypeLoc = Lex.getLoc(); parseArrayVectorType() local
6682 SMLoc TypeLoc = Lex.getLoc(); parseRet() local
7368 LocTy TypeLoc; parseVAArg() local
7439 Type *Ty = nullptr; LocTy TypeLoc; parsePHI() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1778 SourceLocation TypeLoc; global() member
1800 SourceLocation TypeLoc = Tok.getLocation(); parseOpenMPSimpleClause() local
H A DParseExpr.cpp2669 SourceLocation TypeLoc = Tok.getLocation(); ParseBuiltinPrimaryExpression() local
H A DParseDecl.cpp3099 SourceLocation TypeLoc = Tok.getLocation(); ParseAlignArgument() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1340 SourceLocation TypeLoc, CallOperatorLoc; ActOnStartOfLambdaDefinition() local
H A DSemaTemplateDeduction.cpp4855 CheckDeducedPlaceholderConstraints(Sema & S,const AutoType & Type,AutoTypeLoc TypeLoc,QualType Deduced) CheckDeducedPlaceholderConstraints() argument
[all...]
H A DSemaChecking.cpp5091 CheckPPCMMAType(QualType Type,SourceLocation TypeLoc) CheckPPCMMAType() argument
H A DSemaExpr.cpp16883 ActOnBuiltinOffsetOf(Scope * S,SourceLocation BuiltinLoc,SourceLocation TypeLoc,ParsedType ParsedArgTy,ArrayRef<OffsetOfComponent> Components,SourceLocation RParenLoc) ActOnBuiltinOffsetOf() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h43 class TypeLoc; global() variable
H A DSema.h200 class TypeLoc; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1147 OpenMPMapClauseKind Type, bool TypeIsImplicit, SourceLocation TypeLoc) { in Create() argument