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

  /external/clang/include/clang/Lex/
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));
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 65 SourceLocation getSourceLocation() const {
  /external/clang/include/clang/AST/
CommentLexer.h 298 Result.setLocation(getSourceLocation(BufferPtr));
314 SourceLocation getSourceLocation(const char *Loc) const {
  /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/clang/lib/Lex/
PTHLexer.cpp 288 SourceLocation PTHLexer::getSourceLocation() {
289 // getSourceLocation is not on the hot path. It is used to get the location
Lexer.cpp 563 SourceLocation StartLoc = TheLexer.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 181 milliseconds