Searched defs:SourceLocation (Results 1 - 8 of 8) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_location.py3 from clang.cindex import SourceLocation namespace
50 location = SourceLocation.from_position(tu, file, 1, 5)
58 location2 = SourceLocation.from_position(tu, file, 1, 5)
60 location3 = SourceLocation.from_position(tu, file, 1, 4)
77 location1 = SourceLocation.from_position(tu, file, 1, 1)
78 location2 = SourceLocation.from_position(tu, file, 1, 8)
84 location3 = SourceLocation.from_position(tu, file, 1, 6)
/external/clang/include/clang/AST/
H A DTemplateBase.h386 SourceLocation TemplateNameLoc,
387 SourceLocation EllipsisLoc)
408 SourceLocation getTemplateNameLoc() const {
409 return SourceLocation::getFromRawEncoding(Template.TemplateNameLoc);
412 SourceLocation getTemplateEllipsisLoc() const {
413 return SourceLocation::getFromRawEncoding(Template.EllipsisLoc);
443 SourceLocation TemplateNameLoc,
444 SourceLocation EllipsisLoc = SourceLocation())
451 SourceLocation getLocatio
441 TemplateArgumentLoc(const TemplateArgument &Argument, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateNameLoc, SourceLocation EllipsisLoc = SourceLocation()) argument
[all...]
H A DDeclTemplate.h45 SourceLocation TemplateLoc;
48 SourceLocation LAngleLoc, RAngleLoc;
55 TemplateParameterList(SourceLocation TemplateLoc, SourceLocation LAngleLoc,
57 SourceLocation RAngleLoc);
61 SourceLocation TemplateLoc,
62 SourceLocation LAngleLoc,
65 SourceLocation RAngleLoc);
105 SourceLocation getTemplateLoc() const { return TemplateLoc; }
106 SourceLocation getLAngleLo
370 MemberSpecializationInfo(NamedDecl *IF, TemplateSpecializationKind TSK, SourceLocation POI = SourceLocation()) argument
[all...]
/external/clang/include/clang/Basic/
H A DSourceLocation.h1 //===--- SourceLocation.h - Compact identifier for Source Files -*- C++ -*-===//
10 // This file defines the SourceLocation class.
81 /// In addition, one bit of SourceLocation is used for quick access to the
85 class SourceLocation { class in namespace:clang
95 SourceLocation() : ID(0) {} function in class:clang::SourceLocation
100 /// \brief Return true if this is a valid SourceLocation object.
114 static SourceLocation getFileLoc(unsigned ID) {
116 SourceLocation L;
121 static SourceLocation getMacroLoc(unsigned ID) {
123 SourceLocation
[all...]
H A DSourceManager.h18 #include "clang/Basic/SourceLocation.h"
150 SourceLocation Loc = SourceLocation(),
211 unsigned IncludeLoc; // Really a SourceLocation
228 static FileInfo get(SourceLocation IL, const ContentCache *Con,
240 SourceLocation getIncludeLoc() const {
241 return SourceLocation::getFromRawEncoding(IncludeLoc);
276 /// macro-argument instantitions, the end will be 'SourceLocation()', an
281 SourceLocation getSpellingLoc() const {
282 return SourceLocation
663 createFileIDForMemBuffer(const llvm::MemoryBuffer *Buffer, int LoadedID = 0, unsigned LoadedOffset = 0, SourceLocation IncludeLoc = SourceLocation()) argument
[all...]
/external/clang/bindings/python/clang/
H A Dcindex.py40 SourceRange, SourceLocation, and File
63 # o implement additional SourceLocation, SourceRange, and File methods.
104 class SourceLocation(Structure): class in inherits:Structure
106 A SourceLocation represents a particular location within a source file.
161 return "<SourceLocation file %r, line %r, column %r>" % (
183 Return a SourceLocation representing the first character within a
191 Return a SourceLocation representing the last character within a
1355 _clang_getDiagnosticLocation.restype = SourceLocation
1805 SourceLocation_loc.argtypes = [SourceLocation, POINTER(c_object_p),
1811 SourceLocation_getLocation.restype = SourceLocation
[all...]
/external/clang/lib/Sema/
H A DSemaOverload.cpp41 SourceLocation Loc = SourceLocation(),
3827 Sema::CompareReferenceRelationship(SourceLocation Loc,
3902 QualType DeclType, SourceLocation DeclLoc,
4030 SourceLocation DeclLoc,
4535 SourceLocation Loc,
5028 Sema::ConvertToIntegralOrEnumerationType(SourceLocation Loc, Expr *From,
5887 SourceLocation OpLoc,
6049 SourceLocation Loc,
6192 SourceLocation Lo
40 CreateFunctionRefExpr(Sema &S, FunctionDecl *Fn, bool HadMultipleCandidates, SourceLocation Loc = SourceLocation(), const DeclarationNameLoc &LocInfo = DeclarationNameLoc()) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 262 milliseconds