Home
last modified time | relevance | path

Searched defs:StartLoc (Results 1 – 25 of 45) sorted by relevance

12

/external/clang/lib/AST/
DDeclTemplate.cpp505 SourceLocation StartLoc, in NonTypeTemplateParmDecl()
530 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
540 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
694 DeclContext *DC, SourceLocation StartLoc, in ClassTemplateSpecializationDecl()
718 SourceLocation StartLoc, in Create()
797 SourceLocation StartLoc, in ClassTemplatePartialSpecializationDecl()
822 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
DDecl.cpp1557 SourceLocation StartLoc, in Create()
2481 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
2656 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
2721 SourceLocation StartLoc, SourceLocation IdLoc, in RecordDecl()
2732 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
2899 SourceLocation StartLoc, in Create()
2970 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
2983 SourceLocation StartLoc, in Create()
3040 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl()
3052 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl()
[all …]
DDeclCXX.cpp72 SourceLocation StartLoc, SourceLocation IdLoc, in CXXRecordDecl()
79 DeclContext *DC, SourceLocation StartLoc, in Create()
1343 SourceLocation StartLoc, in Create()
1619 SourceLocation StartLoc, in Create()
1769 SourceLocation StartLoc, in Create()
1792 SourceLocation StartLoc, in Create()
1860 SourceLocation StartLoc, in NamespaceDecl()
1873 bool Inline, SourceLocation StartLoc, in Create()
DDeclObjC.cpp921 SourceLocation StartLoc, in Create()
994 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
/external/clang/lib/Parse/
DParseDeclCXX.cpp664 SourceLocation StartLoc = Tok.getLocation(); in ParseDecltypeSpecifier() local
732 SourceLocation StartLoc, in AnnotateExistingDecltypeSpecifier()
752 SourceLocation StartLoc = ConsumeToken(); in ParseUnderlyingTypeSpecifier() local
1030 SourceLocation StartLoc, DeclSpec &DS, in ParseClassSpecifier()
1534 SourceLocation StartLoc = Tok.getLocation(); in ParseBaseSpecifier() local
2992 SourceLocation StartLoc = Tok.getLocation(), Loc; in ParseCXX11Attributes() local
DParseInit.cpp223 SourceLocation StartLoc = T.getOpenLocation(); in ParseInitializerWithPotentialDesignator() local
DParser.cpp227 SourceLocation StartLoc = Tok.getLocation(); in ConsumeExtraSemi() local
657 SourceLocation StartLoc = Tok.getLocation(); in ParseExternalDeclaration() local
DParseDecl.cpp3051 void Parser::ParseEnumSpecifier(SourceLocation StartLoc, DeclSpec &DS, in ParseEnumSpecifier()
3377 void Parser::ParseEnumBody(SourceLocation StartLoc, Decl *EnumDecl) { in ParseEnumBody()
5075 SourceLocation StartLoc = ConsumeToken(); in ParseTypeofSpecifier() local
5137 SourceLocation StartLoc = ConsumeToken(); in ParseAtomicSpecifier() local
DParseExpr.cpp1760 SourceLocation StartLoc = ConsumeToken(); // Eat the builtin identifier. in ParseBuiltinPrimaryExpression() local
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1044 SourceLocation StartLoc = Tok.getLocation(); in ExpandBuiltinMacro() local
1097 SourceLocation StartLoc = Tok.getLocation(); in ExpandBuiltinMacro() local
DPPLexerChange.cpp354 SourceLocation StartLoc in HandleEndOfFile() local
DTokenLexer.cpp462 SourceLocation StartLoc = Tok.getLocation(); in PasteTokens() local
/external/llvm/lib/Target/MBlaze/AsmParser/
DMBlazeAsmParser.cpp87 SMLoc StartLoc, EndLoc; member
391 SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister()
/external/clang/lib/Sema/
DSemaLambda.cpp580 void Sema::ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope, in ActOnLambdaError()
721 ExprResult Sema::ActOnLambdaExpr(SourceLocation StartLoc, Stmt *Body, in ActOnLambdaExpr()
DSemaExprCXX.cpp956 Sema::ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXNew()
1043 Sema::BuildCXXNew(SourceLocation StartLoc, bool UseGlobal, in BuildCXXNew()
1494 bool Sema::FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range, in FindAllocationFunctions()
1689 bool Sema::FindAllocationOverload(SourceLocation StartLoc, SourceRange Range, in FindAllocationOverload()
1950 bool Sema::FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, in FindDeallocationFunction()
2044 Sema::ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXDelete()
DTreeTransform.h1155 SourceLocation StartLoc, in RebuildDeclStmt()
1291 SourceLocation StartLoc, in RebuildExceptionDecl()
1974 ExprResult RebuildCXXNewExpr(SourceLocation StartLoc, in RebuildCXXNewExpr()
2001 ExprResult RebuildCXXDeleteExpr(SourceLocation StartLoc, in RebuildCXXDeleteExpr()
2014 SourceLocation StartLoc, in RebuildUnaryTypeTrait()
2025 SourceLocation StartLoc, in RebuildBinaryTypeTrait()
2037 SourceLocation StartLoc, in RebuildTypeTrait()
2048 SourceLocation StartLoc, in RebuildArrayTypeTrait()
2060 SourceLocation StartLoc, in RebuildExpressionTrait()
/external/clang/include/clang/AST/
DDecl.h815 VarDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in VarDecl()
1244 ParmVarDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl()
1550 FunctionDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FunctionDecl()
2108 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FieldDecl()
2349 TypedefNameDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in TypedefNameDecl()
2402 TypedefDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, in TypedefDecl()
2423 TypeAliasDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, in TypeAliasDecl()
2716 EnumDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, in EnumDecl()
/external/clang/lib/Rewrite/Core/
DHTMLRewrite.cpp279 SourceLocation StartLoc = R.getSourceMgr().getLocForStartOfFile(FID); in AddHeaderFooterInternalBuiltinCSS() local
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp155 SMLoc StartLoc, EndLoc; member in __anone4d0805a0211::MipsOperand
628 bool MipsAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp172 SMLoc StartLoc, EndLoc; member
522 SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister()
889 SMLoc StartLoc, EndLoc; in ParseMemOperand() local
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp188 BlockEdge StartLoc(Entry, Succ, L); in ExecuteWorkList() local
/external/llvm/lib/TableGen/
DTGParser.cpp635 SMLoc StartLoc = Lex.getLoc(); in ParseOptionalRangeList() local
657 SMLoc StartLoc = Lex.getLoc(); in ParseOptionalBitList() local
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp704 SourceLocation StartLoc = IFace->getLocStart(); in HandleTopLevelSingleDecl() local
729 SourceLocation StartLoc = Proto->getLocStart(); in HandleTopLevelSingleDecl() local
2055 FunctionDecl *FD, Expr **args, unsigned nargs, SourceLocation StartLoc, in SynthesizeCallToFunctionDecl()
2600 SourceLocation StartLoc = Exp->getLocStart(); in RewriteObjCBoxedExpr() local
2696 SourceLocation StartLoc = Exp->getLocStart(); in RewriteObjCArrayLiteralExpr() local
2834 SourceLocation StartLoc = Exp->getLocStart(); in RewriteObjCDictionaryLiteralExpr() local
3175 SourceLocation StartLoc, in SynthMessageExpr()
/external/clang/include/clang/Sema/
DInitialization.h429 static InitializationKind CreateCStyleCast(SourceLocation StartLoc, in CreateCStyleCast()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp334 SourceLocation StartLoc) { in StartFunction()

12