Searched refs:getMacroStack (Results 1 – 4 of 4) sorted by relevance
33 std::string getMacroStack(SourceLocation Loc, ASTContext &Context) { in getMacroStack() function
39 std::string getMacroStack(SourceLocation Loc, ASTContext &Context);
6 addData(data_collection::getMacroStack(S->getBeginLoc(), Context));7 addData(data_collection::getMacroStack(S->getEndLoc(), Context));
430 data_collection::getMacroStack(Seq.getBeginLoc(), Context); in calculateStmtComplexity()