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

  /external/clang/lib/Sema/
JumpDiagnostics.cpp 692 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target);
736 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target);
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
Stmt.h 774 SourceLocation getIdentLoc() const { return IdentLoc; }
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 107 Writer.AddSourceLocation(S->getIdentLoc(), Record);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 178 milliseconds