Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h209 std::vector<std::pair<TypeLocMatcher, MatchCallback *>> TypeLoc; member
DASTMatchers.h185 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER() argument
206 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER() argument
231 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc), in AST_POLYMORPHIC_MATCHER_P() argument
2208 AST_MATCHER_P(DeclaratorDecl, hasTypeLoc, internal::Matcher<TypeLoc>, Inner) { in AST_MATCHER_P()
3876 internal::Matcher<TypeLoc>, InnerMatcher) { in AST_MATCHER_P()
/external/clang/include/clang/AST/
DNestedNameSpecifier.h31 class TypeLoc; variable
DTypeLoc.h84 TypeLoc() : Ty(nullptr), Data(nullptr) { } in TypeLoc() function
85 TypeLoc(QualType ty, void *opaqueData) in TypeLoc() function
87 TypeLoc(const Type *ty, void *opaqueData) in TypeLoc() function
189 static bool isKind(const TypeLoc&) { in isKind()
319 friend class TypeLoc; variable
426 friend class TypeLoc; variable
DDecl.h47 class TypeLoc; variable
/external/clang/lib/Parse/
DParseOpenMP.cpp526 SourceLocation TypeLoc = Tok.getLocation(); in ParseOpenMPSimpleClause() local
DParseExpr.cpp1854 SourceLocation TypeLoc = Tok.getLocation(); in ParseBuiltinPrimaryExpression() local
DParseDecl.cpp2369 SourceLocation TypeLoc = Tok.getLocation(); in ParseAlignArgument() local
/external/llvm/lib/AsmParser/
DLLParser.cpp301 LocTy TypeLoc = Lex.getLoc(); in ParseUnnamedType() local
1677 SMLoc TypeLoc = Lex.getLoc(); in ParseType() local
1866 LocTy TypeLoc = Lex.getLoc(); in ParseArgumentList() local
1965 bool LLParser::ParseStructDefinition(SMLoc TypeLoc, StringRef Name, in ParseStructDefinition()
2073 LocTy TypeLoc = Lex.getLoc(); in ParseArrayVectorType() local
4572 SMLoc TypeLoc = Lex.getLoc(); in ParseRet() local
4964 LocTy TypeLoc; in ParseVA_Arg() local
5035 Type *Ty = nullptr; LocTy TypeLoc; in ParsePHI() local
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp605 SMLoc TypeLoc = getLexer().getLoc(); in ParseDirectiveType() local
/external/clang/include/clang/Sema/
DInitialization.h36 class TypeLoc; variable
DDeclSpec.h41 class TypeLoc; variable
DSema.h170 class TypeLoc; variable
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1590 SMLoc TypeLoc = Tok.getLoc(); in ParseIntelOperator() local
/external/clang/lib/Sema/
DSemaExpr.cpp11042 SourceLocation TypeLoc, in ActOnBuiltinOffsetOf()