Searched refs:startLoc (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp324 SMLoc startLoc = getLexer().getLoc(); local
329 return Error(startLoc, "offset is not a multiple of 16");
341 SMLoc startLoc = getLexer().getLoc(); local
346 return Error(startLoc, "size is not a multiple of 8");
365 SMLoc startLoc = getLexer().getLoc(); local
370 return Error(startLoc, "size is not a multiple of 8");
392 SMLoc startLoc = getLexer().getLoc(); local
400 return Error(startLoc, "offset is not a multiple of 16");
412 SMLoc startLoc = getLexer().getLoc(); local
416 return Error(startLoc, "expecte
453 SMLoc startLoc = getLexer().getLoc(); local
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp772 SourceLocation startLoc = PID->getLocStart(); local
773 InsertText(startLoc, "// ");
774 const char *startBuf = SM->getCharacterData(startLoc);
779 startLoc.getLocWithOffset(semiBuf-startBuf+1);
903 SourceLocation startLoc = ClassDecl->getLocStart(); local
904 const char *startBuf = SM->getCharacterData(startLoc);
907 ReplaceText(startLoc, semiPtr-startBuf+1, typedefString);
1444 SourceLocation startLoc = S->getLocStart(); local
1447 ReplaceText(startLoc, strlen("break"), buf);
1461 SourceLocation startLoc local
1509 SourceLocation startLoc = S->getLocStart(); local
1673 SourceLocation startLoc = S->getLocStart(); local
1775 SourceLocation startLoc = S->getLocStart(); local
1798 SourceLocation startLoc = S->getLocStart(); local
1818 SourceLocation startLoc = S->getLocStart(); local
1943 SourceLocation startLoc = body->getLocStart(); local
1986 SourceLocation startLoc = S->getLocStart(); local
2242 SourceLocation startLoc; local
4386 SourceLocation startLoc; local
[all...]
H A DRewriteModernObjC.cpp872 SourceLocation startLoc = PID->getLocStart(); local
873 InsertText(startLoc, "// ");
874 const char *startBuf = SM->getCharacterData(startLoc);
878 startGetterSetterLoc = startLoc.getLocWithOffset(semiBuf-startBuf+1);
1009 SourceLocation startLoc = ClassDecl->getLocStart(); local
1010 const char *startBuf = SM->getCharacterData(startLoc);
1013 ReplaceText(startLoc, semiPtr-startBuf+1, typedefString);
1597 SourceLocation startLoc = S->getLocStart(); local
1600 ReplaceText(startLoc, strlen("break"), buf);
1614 SourceLocation startLoc local
1662 SourceLocation startLoc = S->getLocStart(); local
1833 SourceLocation startLoc = S->getLocStart(); local
1893 SourceLocation startLoc = S->getAtLoc(); local
1914 SourceLocation startLoc = S->getLocStart(); local
1996 SourceLocation startLoc = S->getLocStart(); local
2253 SourceLocation startLoc; local
5091 SourceLocation startLoc; local
[all...]
/external/srec/tools/grxmlcompile/
H A Dsub_base.cpp122 void SubGraph::CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId, int tailId, int newTailId) argument
126 for (int ii= startLoc; ii < endLoc; ii++) {
H A Dsub_grph.h153 void CopyFastArcs (SubGraph *subG, int startLoc, int endLoc, int offset, int headId, int newHeadId, int tailId, int newTailId);
223 void UpdateVertexCount (int startLoc);
H A Dsub_grph.cpp322 void SubGraph::UpdateVertexCount (int startLoc) argument
327 for (int ii= startLoc; ii < numArc; ii++) {
336 if (startLoc <= 0) // i.e. a fresh start
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp535 CXSourceLocation startLoc = makeLocation(Start);
537 SR = clang_getRange(startLoc, endLoc);
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c1615 * @param startLoc - The address (in the reader's address space) of the first
1628 uint64_t startLoc,
1636 insn->startLocation = startLoc;
1637 insn->readerCursor = startLoc;
1653 startLoc, insn->readerCursor, insn->length);
1622 decodeInstruction(struct InternalInstruction* insn, byteReader_t reader, const void* readerArg, dlog_t logger, void* loggerArg, const void* miiArg, uint64_t startLoc, DisassemblerMode mode) argument
H A DX86DisassemblerDecoder.h557 * @param startLoc - The address (in the reader's address space) of the first
568 uint64_t startLoc,
/external/clang/tools/c-index-test/
H A Dc-index-test.c2613 CXSourceLocation startLoc, endLoc; local
2672 startLoc = clang_getLocation(TU, file, line, column);
2673 if (clang_equalLocations(clang_getNullLocation(), startLoc)) {
2688 range = clang_getRange(startLoc, endLoc);
/external/clang/include/clang/AST/
H A DStmt.h451 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, argument
453 StartLoc(startLoc), EndLoc(endLoc) {}
H A DExprCXX.h1507 SourceLocation startLoc, SourceRange directInitRange);
/external/clang/lib/AST/
H A DExprCXX.cpp71 SourceLocation startLoc, SourceRange directInitRange)
78 StartLoc(startLoc), DirectInitRange(directInitRange),
63 CXXNewExpr(ASTContext &C, bool globalNew, FunctionDecl *operatorNew, FunctionDecl *operatorDelete, bool usualArrayDeleteWantsSize, ArrayRef<Expr*> placementArgs, SourceRange typeIdParens, Expr *arraySize, InitializationStyle initializationStyle, Expr *initializer, QualType ty, TypeSourceInfo *allocatedTypeInfo, SourceLocation startLoc, SourceRange directInitRange) argument

Completed in 416 milliseconds