HomeSort by relevance Sort by last modified time
    Searched refs:getSourceLocation (Results 1 - 21 of 21) 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 216 /// getSourceLocation - Return a source location identifier for the specified
218 SourceLocation getSourceLocation(const char *Loc, unsigned TokLen = 1) const;
220 /// getSourceLocation - Return a source location for the next character in
222 SourceLocation getSourceLocation() { return getSourceLocation(BufferPtr); }
462 Result.setLocation(getSourceLocation(BufferPtr, TokLen));
PreprocessorLexer.h 89 virtual SourceLocation getSourceLocation() = 0;
  /external/clang/include/clang/AST/
CommentLexer.h 295 Result.setLocation(getSourceLocation(BufferPtr));
311 SourceLocation getSourceLocation(const char *Loc) const {
DeclCXX.h     [all...]
  /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/lib/Lex/
Lexer.cpp 562 SourceLocation StartLoc = TheLexer.getSourceLocation();
    [all...]
PPDirectives.cpp 376 const SourceLocation ConditionalBegin = CurPPLexer->getSourceLocation();
391 const SourceLocation ConditionalEnd = CurPPLexer->getSourceLocation();
877 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
    [all...]
PPLexerChange.cpp 305 SourceMgr.getFileCharacteristic(CurPPLexer->getSourceLocation());
306 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/
ExprEngine.cpp 414 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 300 milliseconds