Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexingContext.h32 class TypeLoc; variable
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h247 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER() argument
268 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER() argument
294 TypeLoc), in AST_POLYMORPHIC_MATCHER_REGEX() argument
316 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc), in AST_POLYMORPHIC_MATCHER_P() argument
3985 internal::Matcher<TypeLoc>, Inner) { in AST_POLYMORPHIC_MATCHER_P()
6551 AST_MATCHER_P(QualifiedTypeLoc, hasUnqualifiedLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P()
6565 AST_MATCHER_P(FunctionDecl, hasReturnTypeLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P()
6591 AST_MATCHER_P(PointerTypeLoc, hasPointeeLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P()
6619 AST_MATCHER_P(ReferenceTypeLoc, hasReferentLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P()
6706 AST_MATCHER_P(ElaboratedTypeLoc, hasNamedTypeLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P()
[all …]
H A DASTMatchFinder.h220 std::vector<std::pair<TypeLocMatcher, MatchCallback *>> TypeLoc; member
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTRecordWriter.h24 class TypeLoc; variable
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp778 SMLoc TypeLoc = getLexer().getLoc(); in ParseDirectiveType() local
H A DMasmParser.cpp6004 SMLoc TypeLoc = getTok().getLoc(); in parseDirectiveExtern() local
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp510 LocTy TypeLoc = Lex.getLoc(); in parseUnnamedType() local
2564 SMLoc TypeLoc = Lex.getLoc(); in parseType() local
2849 LocTy TypeLoc = Lex.getLoc(); in parseArgumentList() local
2961 bool LLParser::parseStructDefinition(SMLoc TypeLoc, StringRef Name, in parseStructDefinition()
3081 LocTy TypeLoc = Lex.getLoc(); in parseArrayVectorType() local
6503 SMLoc TypeLoc = Lex.getLoc(); in parseRet() local
7189 LocTy TypeLoc; in parseVAArg() local
7260 Type *Ty = nullptr; LocTy TypeLoc; in parsePHI() local
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp1777 SourceLocation TypeLoc; member
1799 SourceLocation TypeLoc = Tok.getLocation(); in parseOpenMPSimpleClause() local
H A DParseExpr.cpp2594 SourceLocation TypeLoc = Tok.getLocation(); in ParseBuiltinPrimaryExpression() local
H A DParseDecl.cpp2956 SourceLocation TypeLoc = Tok.getLocation(); in ParseAlignArgument() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp1142 OpenMPMapClauseKind Type, bool TypeIsImplicit, SourceLocation TypeLoc) { in Create()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h43 class TypeLoc; variable
H A DSema.h199 class TypeLoc; variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4638 AutoTypeLoc TypeLoc, in CheckDeducedPlaceholderConstraints()
H A DSemaChecking.cpp4444 bool Sema::CheckPPCMMAType(QualType Type, SourceLocation TypeLoc) { in CheckPPCMMAType()
H A DSemaExpr.cpp16374 SourceLocation TypeLoc, in ActOnBuiltinOffsetOf()