reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
39 std::string getMacroStack(SourceLocation Loc, ASTContext &Context);
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);