Searched defs:startLoc (Results 1 - 9 of 9) 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/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.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/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;
1651 startLoc, insn->readerCursor, insn->length);
1622 decodeInstruction(struct InternalInstruction* insn, byteReader_t reader, void* readerArg, dlog_t logger, void* loggerArg, void* miiArg, uint64_t startLoc, DisassemblerMode mode) argument
/external/clang/lib/AST/
H A DExprCXX.cpp55 SourceLocation startLoc, SourceRange directInitRange)
62 StartLoc(startLoc), DirectInitRange(directInitRange),
47 CXXNewExpr(ASTContext &C, bool globalNew, FunctionDecl *operatorNew, FunctionDecl *operatorDelete, bool usualArrayDeleteWantsSize, Expr **placementArgs, unsigned numPlaceArgs, SourceRange typeIdParens, Expr *arraySize, InitializationStyle initializationStyle, Expr *initializer, QualType ty, TypeSourceInfo *allocatedTypeInfo, SourceLocation startLoc, SourceRange directInitRange) argument
/external/clang/tools/c-index-test/
H A Dc-index-test.c2141 CXSourceLocation startLoc, endLoc; local
2196 startLoc = clang_getLocation(TU, file, line, column);
2197 if (clang_equalLocations(clang_getNullLocation(), startLoc)) {
2212 range = clang_getRange(startLoc, endLoc);
/external/clang/include/clang/AST/
H A DStmt.h455 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, argument
457 StartLoc(startLoc), EndLoc(endLoc) {}
/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp767 SourceLocation startLoc = PID->getLocStart(); local
768 InsertText(startLoc, "// ");
769 const char *startBuf = SM->getCharacterData(startLoc);
774 startLoc.getLocWithOffset(semiBuf-startBuf+1);
898 SourceLocation startLoc = ClassDecl->getLocStart(); local
899 const char *startBuf = SM->getCharacterData(startLoc);
902 ReplaceText(startLoc, semiPtr-startBuf+1, typedefString);
1439 SourceLocation startLoc = S->getLocStart(); local
1442 ReplaceText(startLoc, strlen("break"), buf);
1456 SourceLocation startLoc local
1504 SourceLocation startLoc = S->getLocStart(); local
1668 SourceLocation startLoc = S->getLocStart(); local
1771 SourceLocation startLoc = S->getLocStart(); local
1794 SourceLocation startLoc = S->getLocStart(); local
1814 SourceLocation startLoc = S->getLocStart(); local
1939 SourceLocation startLoc = body->getLocStart(); local
1982 SourceLocation startLoc = S->getLocStart(); local
2238 SourceLocation startLoc; local
4375 SourceLocation startLoc; local
[all...]
H A DRewriteModernObjC.cpp785 SourceLocation startLoc = PID->getLocStart(); local
786 InsertText(startLoc, "// ");
787 const char *startBuf = SM->getCharacterData(startLoc);
792 startLoc.getLocWithOffset(semiBuf-startBuf+1);
919 SourceLocation startLoc = ClassDecl->getLocStart(); local
920 const char *startBuf = SM->getCharacterData(startLoc);
923 ReplaceText(startLoc, semiPtr-startBuf+1, typedefString);
1515 SourceLocation startLoc = S->getLocStart(); local
1518 ReplaceText(startLoc, strlen("break"), buf);
1532 SourceLocation startLoc local
1580 SourceLocation startLoc = S->getLocStart(); local
1751 SourceLocation startLoc = S->getLocStart(); local
1823 SourceLocation startLoc = S->getLocStart(); local
1905 SourceLocation startLoc = S->getLocStart(); local
2162 SourceLocation startLoc; local
4848 SourceLocation startLoc; local
[all...]

Completed in 95 milliseconds