HomeSort by relevance Sort by last modified time
    Searched refs:getSourceLocation (Results 1 - 24 of 24) sorted by null

  /external/clang/include/clang/Lex/
PTHLexer.h 94 /// getSourceLocation - Return a source location for the token in
96 SourceLocation getSourceLocation() override;
PreprocessorLexer.h 89 virtual SourceLocation getSourceLocation() = 0;
Lexer.h 215 /// 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);
506 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
  /external/clang/lib/Lex/
Lexer.cpp 550 SourceLocation StartLoc = TheLexer.getSourceLocation();
    [all...]
PPDirectives.cpp 541 const SourceLocation CondBegin = CurPPLexer->getSourceLocation();
550 const SourceLocation CondEnd = CurPPLexer->getSourceLocation();
    [all...]
PPLexerChange.cpp 428 SourceMgr.getFileCharacteristic(CurPPLexer->getSourceLocation());
429 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
PTHLexer.cpp 286 SourceLocation PTHLexer::getSourceLocation() {
287 // getSourceLocation is not on the hot path. It is used to get the location
ModuleMap.cpp     [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 75 SourceLocation SLoc = Loc.getSourceLocation();
140 SourceLocation SLoc = Loc.getSourceLocation();
ubsan_diag.h 82 SourceLocation getSourceLocation() const {
ubsan_handlers.cc 58 if (ignoreReport(Loc.getSourceLocation(), Opts, ET))
  /external/clang/include/clang/AST/
CommentLexer.h 304 SourceLocation getSourceLocation(const char *Loc) const {
DeclCXX.h     [all...]
  /external/clang/lib/AST/
CommentParser.cpp 68 SourceLocation getSourceLocation() const {
163 SourceLocation Loc = getSourceLocation();
196 SourceLocation Loc = getSourceLocation();
241 formTokenWithChars(PartialTok, getSourceLocation(),
DeclCXX.cpp     [all...]
  /external/clang/lib/Format/
FormatTokenLexer.cpp 228 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset)));
265 resetLexer(SourceMgr.getFileOffset(Lex->getSourceLocation(Offset + 1)));
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 426 unsigned NextToWrite = SM.getFileOffset(RawLex.getSourceLocation());
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 670 return PathDiagnosticLocation(PIP->getInitializer()->getSourceLocation(),
    [all...]
ExprEngine.cpp 461 BMI->getSourceLocation(),
    [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 700 ApplyDebugLocation Loc(CGF, MemberInit->getSourceLocation());
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 611 milliseconds