Searched refs:getIdentLoc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp687 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target);
731 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target);
H A DTreeTransform.h5257 return getDerived().RebuildLabelStmt(S->getIdentLoc(),
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h785 SourceLocation getIdentLoc() const { return IdentLoc; } function in class:clang::LabelStmt
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp105 Writer.AddSourceLocation(S->getIdentLoc(), Record);

Completed in 698 milliseconds