MCPcopy Create free account

hub / github.com/banach-space/clang-tutor / functions

Functions109 in github.com/banach-space/clang-tutor

↓ 16 callersMethodrun
----------------------------------------------------------------------------- ObfuscatorMatcherForSub - implementation -------------------------------
lib/Obfuscator.cpp:43
↓ 6 callersFunctionfoo
test/MBA_add_int.cpp:25
↓ 2 callersMethodgetDeclMap
HelloWorld/HelloWorld.cpp:37
FunctionAST_MATCHER_P
lib/UnusedForLoopVar.cpp:29
MethodCodeRefactorASTConsumer
lib/CodeRefactor.cpp:68
MethodCodeRefactorMatcher
include/CodeRefactor.h:24
MethodCodeRefactorPluginAction
tools/CodeRefactorMain.cpp:49
MethodCodeStyleCheckerASTConsumer
include/CodeStyleChecker.h:48
MethodCodeStyleCheckerVisitor
include/CodeStyleChecker.h:23
MethodCreateASTConsumer
tools/CodeRefactorMain.cpp:63
MethodCreateASTConsumer
tools/LACommenterMain.cpp:43
MethodCreateASTConsumer
tools/CodeStyleCheckerMain.cpp:48
MethodCreateASTConsumer
HelloWorld/HelloWorld.cpp:98
MethodCreateASTConsumer
Returns our ASTConsumer per translation unit.
lib/UnusedForLoopVar.cpp:218
MethodCreateASTConsumer
Returns our ASTConsumer per translation unit.
lib/Obfuscator.cpp:174
MethodCreateASTConsumer
Returns our ASTConsumer per translation unit.
lib/CodeRefactor.cpp:152
MethodCreateASTConsumer
lib/CodeStyleChecker.cpp:170
MethodCreateASTConsumer
Returns our ASTConsumer per translation unit.
lib/LACommenter.cpp:144
MethodEndSourceFileAction
lib/Obfuscator.cpp:181
MethodHandleTranslationUnit
HelloWorld/HelloWorld.cpp:74
MethodHandleTranslationUnit
include/LACommenter.h:41
MethodHandleTranslationUnit
include/CodeStyleChecker.h:53
MethodHandleTranslationUnit
include/Obfuscator.h:59
MethodHandleTranslationUnit
include/UnusedForLoopVar.h:67
MethodHandleTranslationUnit
include/CodeRefactor.h:47
MethodHelloWorld
HelloWorld/HelloWorld.cpp:34
MethodHelloWorldASTConsumer
HelloWorld/HelloWorld.cpp:72
MethodLACommenterASTConsumer
lib/LACommenter.cpp:114
MethodLACommenterMatcher
include/LACommenter.h:23
MethodObfuscatorASTConsumer
----------------------------------------------------------------------------- ObfuscatorASTConsumer - implementation ---------------------------------
lib/Obfuscator.cpp:136
MethodObfuscatorMatcherForAdd
include/Obfuscator.h:27
MethodObfuscatorMatcherForSub
include/Obfuscator.h:43
MethodObfuscatorPluginAction
lib/Obfuscator.cpp:165
MethodParseArgs
Not used
tools/CodeRefactorMain.cpp:51
MethodParseArgs
tools/LACommenterMain.cpp:38
MethodParseArgs
tools/CodeStyleCheckerMain.cpp:43
MethodParseArgs
HelloWorld/HelloWorld.cpp:104
MethodParseArgs
Our plugin can alter behavior based on the command line options
lib/UnusedForLoopVar.cpp:212
MethodParseArgs
Our plugin can alter behavior based on the command line options
lib/Obfuscator.cpp:168
MethodParseArgs
lib/CodeRefactor.cpp:93
MethodParseArgs
lib/CodeStyleChecker.cpp:177
MethodParseArgs
Our plugin can alter behavior based on the command line options
lib/LACommenter.cpp:138
MethodPrintHelp
lib/CodeRefactor.cpp:147
MethodPrintHelp
lib/CodeStyleChecker.cpp:192
MethodTraverseForStmt
----------------------------------------------------------------------------- UnusedForLoopVarVisitor implementation ---------------------------------
lib/UnusedForLoopVar.cpp:111
MethodUnusedForLoopVarASTConsumer
----------------------------------------------------------------------------- UnusedForLoopVarASTConsumer - implementation ---------------------------
lib/UnusedForLoopVar.cpp:184
MethodUnusedForLoopVarMatcher
include/UnusedForLoopVar.h:26
MethodUnusedForLoopVarVisitor
include/UnusedForLoopVar.h:44
MethodVisitCXXRecordDecl
HelloWorld/HelloWorld.cpp:45
MethodVisitCXXRecordDecl
----------------------------------------------------------------------------- CodeStyleCheckerVisitor implementation ---------------------------------
lib/CodeStyleChecker.cpp:49
MethodVisitDeclRefExpr
lib/UnusedForLoopVar.cpp:163
MethodVisitFieldDecl
lib/CodeStyleChecker.cpp:81
MethodVisitFunctionDecl
lib/CodeStyleChecker.cpp:60
MethodVisitVarDecl
lib/CodeStyleChecker.cpp:71
Functionbar
test/UnusedForLoopVar_range_loop.cpp:5
Functionbar
test/MBA_float_sub.cpp:14
Functionbar
test/LACChar.cpp:9
Functionbar
test/LACFloat.cpp:9
Functionbar
test/LACString.cpp:9
Functionbar
test/MBA_float_add.cpp:14
Functionbar
test/LACLong.cpp:9
Functionbar
test/MBA_add_int.cpp:29
Functionbar
test/LACBool.cpp:9
Functionbar
test/LACInt.cpp:9
Functionbar
test/MBA_sub_int.cpp:29
Functionber
test/MBA_add_int.cpp:45
Functionber
test/MBA_sub_int.cpp:45
Functionbez
test/MBA_float_sub.cpp:18
Functionbez
test/MBA_float_add.cpp:18
Functionbez
test/MBA_add_int.cpp:33
Functionbez
test/MBA_sub_int.cpp:33
MethodcheckNameStartsWithLowerCase
lib/CodeStyleChecker.cpp:117
MethodcheckNameStartsWithUpperCase
lib/CodeStyleChecker.cpp:141
MethodcheckNoUnderscoreInName
lib/CodeStyleChecker.cpp:93
Functionclang_tutor_class
test/HelloWorld-macro.cpp:5
Functionclang_tutor_class_lower_case
expected-warning@+1 {{Type and variable names should start with upper-case letter}}
test/CodeStyleCheckerMacro.cpp:17
Functionclang_tutor_class_ok
test/CodeStyleCheckerMacro.cpp:11
Functionclang_tutor_class_underscore
expected-warning@+1 {{`_` in names is not allowed}}
test/CodeStyleCheckerMacro.cpp:14
Functionclang_tutor_func_ok
test/CodeStyleCheckerMacro.cpp:20
Functionclang_tutor_func_underscore
expected-warning@+1 {{`_` in names is not allowed}}
test/CodeStyleCheckerMacro.cpp:23
Functionclang_tutor_func_upper_case
expected-warning@+1 {{Function names should start with lower-case letter}}
test/CodeStyleCheckerMacro.cpp:26
Functionfer
test/MBA_add_int.cpp:41
Functionfer
test/MBA_sub_int.cpp:41
Functionfez
test/MBA_add_int.cpp:37
Functionfez
test/MBA_sub_int.cpp:37
Functionfoo
test/UnusedForLoopVar_nested.cpp:3
Functionfoo
test/MBA_float_sub.cpp:10
Functionfoo
test/MBA_float_add.cpp:10
Functionfoo
test/UnusedForLoopVar_range_loop_macro.cpp:10
Functionfoo
test/UnusedForLoopVar_range_loop_ignored.cpp:10
Functionfoo
test/UnusedForLoopVar_regular_loop_macro.cpp:10
Functionfoo
test/UnusedForLoopVar_regular_loop_ignored.cpp:8
Functionfoo
test/MBA_sub_int.cpp:25
Functionfoo
test/UnusedForLoopVar_regular_nested_loop.cpp:3
Functionfoo
test/UnusedForLoopVar_regular_loop.cpp:3
Functionmain
===----------------------------------------------------------------------===// Main driver code. ===--------------------------------------------------
tools/CodeRefactorMain.cpp:78
Functionmain
===----------------------------------------------------------------------===// Main driver code. ===--------------------------------------------------
tools/LACommenterMain.cpp:56
Functionmain
===----------------------------------------------------------------------===// Main driver code. ===--------------------------------------------------
tools/CodeStyleCheckerMain.cpp:58
Functionmain
test/CodeRefactor_Struct.cpp:30
Functionmain
test/CodeRefactor_Other.cpp:31
next →1–100 of 109, ranked by callers