reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/DataCollection.h
   39 std::string getMacroStack(SourceLocation Loc, ASTContext &Context);

References

gen/tools/clang/include/clang/AST/StmtDataCollectors.inc
  199     addData(data_collection::getMacroStack(S->getBeginLoc(), Context));
  200     addData(data_collection::getMacroStack(S->getEndLoc(), Context));
tools/clang/lib/Analysis/CloneDetection.cpp
  430       data_collection::getMacroStack(Seq.getBeginLoc(), Context);