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

  /external/clang/include/clang/Lex/
Lexer.h 210 /// getSourceLocation - Return a source location identifier for the specified
212 SourceLocation getSourceLocation(const char *Loc, unsigned TokLen = 1) const;
214 /// getSourceLocation - Return a source location for the next character in
216 SourceLocation getSourceLocation() { return getSourceLocation(BufferPtr); }
445 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
  /external/clang/include/clang/AST/
CommentLexer.h 294 Result.setLocation(getSourceLocation(BufferPtr));
310 SourceLocation getSourceLocation(const char *Loc) const {
  /external/clang/lib/AST/
CommentParser.cpp 58 SourceLocation getSourceLocation() const {
158 SourceLocation Loc = getSourceLocation();
192 SourceLocation Loc = getSourceLocation();
237 formTokenWithChars(PartialTok, getSourceLocation(),
DeclCXX.cpp     [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 292 SourceLocation PTHLexer::getSourceLocation() {
293 // getSourceLocation is not on the hot path. It is used to get the location
Lexer.cpp     [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 204 milliseconds