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

  /external/clang/include/clang/Lex/
PTHLexer.h 95 /// getSourceLocation - Return a source location for the token in
97 SourceLocation getSourceLocation();
Lexer.h 219 /// getSourceLocation - Return a source location identifier for the specified
221 SourceLocation getSourceLocation(const char *Loc, unsigned TokLen = 1) const;
223 /// getSourceLocation - Return a source location for the next character in
225 SourceLocation getSourceLocation() { return getSourceLocation(BufferPtr); }
465 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
PreprocessorLexer.h 89 virtual SourceLocation getSourceLocation() = 0;
  /external/clang/lib/AST/
CommentParser.cpp 59 SourceLocation getSourceLocation() const {
154 SourceLocation Loc = getSourceLocation();
187 SourceLocation Loc = getSourceLocation();
232 formTokenWithChars(PartialTok, getSourceLocation(),
DeclCXX.cpp     [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 65 SourceLocation getSourceLocation() const {
ubsan_diag.cc 72 SourceLocation SLoc = Loc.getSourceLocation();
ubsan_handlers.cc 34 if (Loc.getSourceLocation().isDisabled())
  /external/clang/include/clang/AST/
CommentLexer.h 298 Result.setLocation(getSourceLocation(BufferPtr));
314 SourceLocation getSourceLocation(const char *Loc) const {
DeclCXX.h     [all...]
  /external/clang/lib/Lex/
Lexer.cpp 563 SourceLocation StartLoc = TheLexer.getSourceLocation();
    [all...]
PPDirectives.cpp 408 const SourceLocation ConditionalBegin = CurPPLexer->getSourceLocation();
423 const SourceLocation ConditionalEnd = CurPPLexer->getSourceLocation();
    [all...]
PPLexerChange.cpp 326 SourceMgr.getFileCharacteristic(CurPPLexer->getSourceLocation());
327 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
PTHLexer.cpp 288 SourceLocation PTHLexer::getSourceLocation() {
289 // getSourceLocation is not on the hot path. It is used to get the location
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 663 return PathDiagnosticLocation(PIP->getInitializer()->getSourceLocation(),
    [all...]
ExprEngine.cpp 443 BMI->getSourceLocation(),
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 458 milliseconds