Searched refs:getSourceLocation (Results 1 - 23 of 23) sorted by relevance

/external/clang/include/clang/Lex/
H A DPTHLexer.h95 /// getSourceLocation - Return a source location for the token in
97 SourceLocation getSourceLocation() override;
H A DLexer.h215 /// getSourceLocation - Return a source location identifier for the specified
217 SourceLocation getSourceLocation(const char *Loc, unsigned TokLen = 1) const;
219 /// getSourceLocation - Return a source location for the next character in
221 SourceLocation getSourceLocation() override {
222 return getSourceLocation(BufferPtr);
466 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
H A DPreprocessorLexer.h89 virtual SourceLocation getSourceLocation() = 0;
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h65 SourceLocation getSourceLocation() const { function in class:__ubsan::Location
H A Dubsan_diag.cc112 SourceLocation SLoc = Loc.getSourceLocation();
H A Dubsan_handlers.cc34 if (Loc.getSourceLocation().isDisabled())
/external/clang/lib/Lex/
H A DLexer.cpp556 SourceLocation StartLoc = TheLexer.getSourceLocation();
1021 /// path of the hot getSourceLocation method. Do not allow it to be inlined.
1047 /// getSourceLocation - Return a source location identifier for the specified
1049 SourceLocation Lexer::getSourceLocation(const char *Loc, function in class:Lexer
1069 return PP->Diag(getSourceLocation(Loc), DiagID);
1395 return CharSourceRange::getCharRange(L.getSourceLocation(Begin),
1396 L.getSourceLocation(End));
1650 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
1697 << FixItHint::CreateInsertion(getSourceLocation(CurPtr), " ");
2118 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPt
[all...]
H A DPPDirectives.cpp422 const SourceLocation CondBegin = CurPPLexer->getSourceLocation();
431 const SourceLocation CondEnd = CurPPLexer->getSourceLocation();
976 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
1130 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind);
2252 const SourceLocation ConditionalBegin = CurPPLexer->getSourceLocation();
2254 const SourceLocation ConditionalEnd = CurPPLexer->getSourceLocation();
2346 const SourceLocation ConditionalBegin = CurPPLexer->getSourceLocation();
2348 const SourceLocation ConditionalEnd = CurPPLexer->getSourceLocation();
H A DPPLexerChange.cpp395 SourceMgr.getFileCharacteristic(CurPPLexer->getSourceLocation());
396 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
H A DPTHLexer.cpp287 SourceLocation PTHLexer::getSourceLocation() { function in class:PTHLexer
288 // getSourceLocation is not on the hot path. It is used to get the location
/external/clang/include/clang/AST/
H A DCommentLexer.h304 SourceLocation getSourceLocation(const char *Loc) const { function in class:clang::comments::Lexer
H A DDeclCXX.h2049 SourceLocation getSourceLocation() const;
/external/clang/lib/AST/
H A DCommentParser.cpp68 SourceLocation getSourceLocation() const { function in class:clang::comments::TextTokenRetokenizer
163 SourceLocation Loc = getSourceLocation();
196 SourceLocation Loc = getSourceLocation();
241 formTokenWithChars(PartialTok, getSourceLocation(),
H A DDeclCXX.cpp1663 SourceLocation CXXCtorInitializer::getSourceLocation() const { function in class:CXXCtorInitializer
1684 return SourceRange(getSourceLocation(), getRParenLoc());
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp371 unsigned NextToWrite = SM.getFileOffset(RawLex.getSourceLocation());
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp255 GlobalVariable *getSourceLocation(GlobalVariable *G) const { function in class:__anon26249::GlobalsMetadata
1105 GlobalVariable *SourceLoc = GlobalsMD.getSourceLocation(G);
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4057 Init->getSourceLocation(),
4092 Init->getSourceLocation(),
4118 Init->getSourceLocation());
4132 Init->getSourceLocation());
H A DSemaDeclCXX.cpp3576 MarkFunctionReferenced(Initializer->getSourceLocation(), Dtor);
3577 DiagnoseUseOfDecl(Dtor, Initializer->getSourceLocation());
3657 Diag(Value->getSourceLocation(), diag::warn_abstract_vbase_init_ignored)
3797 Init->getSourceLocation())) {
3850 SemaRef.Diag(PrevInit->getSourceLocation(),
3886 S.Diag(Init->getSourceLocation(),
3893 S.Diag(Init->getSourceLocation(),
3898 S.Diag(PrevInit->getSourceLocation(), diag::note_previous_initializer)
3918 S.Diag(Init->getSourceLocation(),
3922 S.Diag(En.second->getSourceLocation(), dia
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp674 return PathDiagnosticLocation(PIP->getInitializer()->getSourceLocation(),
H A DExprEngine.cpp450 BMI->getSourceLocation(),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 579 milliseconds