Home
last modified time | relevance | path

Searched refs:Locations (Results 1 – 18 of 18) sorted by relevance

/external/clang/include/clang/Sema/
DInitialization.h409 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/
DLibCallSemantics.cpp34 NumLocations = getLocationInfo(Locations); in getLocationInfo()
37 return Locations[LocID]; in getLocationInfo()
/external/llvm/include/llvm/Analysis/
DLibCallSemantics.h130 mutable const LibCallLocationInfo *Locations; variable
133 LibCallInfo() : Impl(0), Locations(0), NumLocations(0) {} in LibCallInfo()
/external/clang/tools/c-index-test/
Dc-index-test.c1887 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/
DSemaTemplateVariadic.cpp216 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()
DSemaExprCXX.cpp4926 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/
Dlocation.cc154 b4_copyright([Locations for Bison parsers in C++],
Dyacc.c155 ## Locations. ##
Dglr.c142 ## Locations. ##
/external/clang/include/clang/AST/
DDeclObjC.h77 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/
Dbison.info91 * 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 …]
Dbison.texi128 * 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/
Dqtwebkit.qdoc130 \o Locations specified by environment variables:
/external/ceres-solver/
DCMakeLists.txt103 # Locations to search for Eigen
110 # Locations to search for SuiteSparse
/external/clang/lib/AST/
DDeclObjC.cpp42 Locations = new (Ctx) SourceLocation[Elts]; in set()
43 memcpy(Locations, Locs, sizeof(SourceLocation) * Elts); in set()
/external/llvm/projects/sample/
DMakefile.llvm.rules419 # Locations of shared libraries
/external/bison/
DChangeLog-2012101 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 …]
DNEWS1172 ** Locations columns and lines start at 1.