/external/clang/include/clang/Sema/ |
D | Initialization.h | 409 SourceLocation Locations[3]; variable 415 Locations[0] = Loc1; in InitializationKind() 416 Locations[1] = Loc2; in InitializationKind() 417 Locations[2] = Loc3; in InitializationKind() 514 SourceLocation getLocation() const { return Locations[0]; } in getLocation() 518 return SourceRange(Locations[0], Locations[2]); in getRange() 525 return Locations[1]; in getEqualLoc() 545 return SourceRange(Locations[1], Locations[2]); in getParenRange()
|
/external/llvm/lib/Analysis/ |
D | LibCallSemantics.cpp | 34 NumLocations = getLocationInfo(Locations); in getLocationInfo() 37 return Locations[LocID]; in getLocationInfo()
|
/external/llvm/include/llvm/Analysis/ |
D | LibCallSemantics.h | 130 mutable const LibCallLocationInfo *Locations; variable 133 LibCallInfo() : Impl(0), Locations(0), NumLocations(0) {} in LibCallInfo()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 1887 CursorSourceLocation *Locations = 0; in inspect_cursor_at() local 1898 Locations = (CursorSourceLocation *)malloc( in inspect_cursor_at() 1902 if ((errorCode = parse_file_line_column(input, &Locations[Loc].filename, in inspect_cursor_at() 1903 &Locations[Loc].line, in inspect_cursor_at() 1904 &Locations[Loc].column, 0, 0))) in inspect_cursor_at() 1945 CXFile file = clang_getFile(TU, Locations[Loc].filename); in inspect_cursor_at() 1950 clang_getLocation(TU, file, Locations[Loc].line, in inspect_cursor_at() 1951 Locations[Loc].column)); in inspect_cursor_at() 2017 free(Locations[Loc].filename); in inspect_cursor_at() 2025 free(Locations); in inspect_cursor_at() [all …]
|
/external/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 216 SmallVector<SourceLocation, 4> Locations; in DiagnoseUnexpandedParameterPacks() local 232 Locations.push_back(Unexpanded[I].second); in DiagnoseUnexpandedParameterPacks() 245 for (unsigned I = 0, N = Locations.size(); I != N; ++I) in DiagnoseUnexpandedParameterPacks() 246 DB << SourceRange(Locations[I]); in DiagnoseUnexpandedParameterPacks()
|
D | SemaExprCXX.cpp | 4926 SmallVector<SourceLocation, 8> Locations; in ActOnStartCXXMemberReference() local 4935 Locations.push_back(OpCall->getDirectCallee()->getLocation()); in ActOnStartCXXMemberReference() 4940 for (unsigned i = 0; i < Locations.size(); i++) in ActOnStartCXXMemberReference() 4941 Diag(Locations[i], diag::note_declared_at); in ActOnStartCXXMemberReference()
|
/external/bison/data/ |
D | location.cc | 154 b4_copyright([Locations for Bison parsers in C++],
|
D | yacc.c | 155 ## Locations. ##
|
D | glr.c | 142 ## Locations. ##
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 77 SourceLocation *Locations; variable 82 ObjCProtocolList() : ObjCList<ObjCProtocolDecl>(), Locations(0) { } in ObjCProtocolList() 85 loc_iterator loc_begin() const { return Locations; } in loc_begin() 86 loc_iterator loc_end() const { return Locations + size(); } in loc_end()
|
/external/bison/doc/ |
D | bison.info | 91 * Locations:: Overview of location tracking. 151 * Tracking Locations:: Locations and actions. 180 Tracking Locations 183 * Actions and Locations:: Using locations in actions. 223 * Token Locations:: How `yylex' must return the text location 1159 * Locations:: Overview of location tracking. 1394 File: bison.info, Node: GLR Parsers, Next: Locations, Prev: Semantic Actions, Up: Concepts 1769 Also, see *note Default Action for Locations: Location Default 1799 File: bison.info, Node: Locations, Next: Bison Parser, Prev: GLR Parsers, Up: Concepts 1801 1.6 Locations [all …]
|
D | bison.texi | 128 * Locations:: Overview of location tracking. 188 * Tracking Locations:: Locations and actions. 217 Tracking Locations 220 * Actions and Locations:: Using locations in actions. 260 * Token Locations:: How @code{yylex} must return the text location 474 * Locations:: Overview of location tracking. 1193 Also, see @ref{Location Default Action, ,Default Action for Locations}, which 1226 @node Locations 1227 @section Locations 1240 structure for storing locations (@pxref{Tracking Locations}, for more [all …]
|
/external/webkit/Source/WebKit/qt/docs/ |
D | qtwebkit.qdoc | 130 \o Locations specified by environment variables:
|
/external/ceres-solver/ |
D | CMakeLists.txt | 103 # Locations to search for Eigen 110 # Locations to search for SuiteSparse
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 42 Locations = new (Ctx) SourceLocation[Elts]; in set() 43 memcpy(Locations, Locs, sizeof(SourceLocation) * Elts); in set()
|
/external/llvm/projects/sample/ |
D | Makefile.llvm.rules | 419 # Locations of shared libraries
|
/external/bison/ |
D | ChangeLog-2012 | 101 doc: clean up references to `Locations Overview'. 102 * doc/bison.texinfo (Locations Overview): Rename node to... 103 (Locations): ... this, which is its section name. Update menus to 104 match that and not to use the title `Tracking Locations', which is 109 doc: clean up references to `Tracking Locations'. 110 * doc/bison.texinfo (Locations): Rename node to... 111 (Tracking Locations): ... this, which is its section name, and 113 node about locations. Its section name is `Locations', which was 115 node name is `Locations Overview', which was mistakenly used to 146 section, `Tracking Locations'. [all …]
|
D | NEWS | 1172 ** Locations columns and lines start at 1.
|