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

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

Completed in 52 milliseconds