Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/banach-space/clang-tutor
/ functions
Functions
109 in github.com/banach-space/clang-tutor
⨍
Functions
109
◇
Types & classes
51
↓ 16 callers
Method
run
----------------------------------------------------------------------------- ObfuscatorMatcherForSub - implementation -------------------------------
lib/Obfuscator.cpp:43
↓ 6 callers
Function
foo
test/MBA_add_int.cpp:25
↓ 2 callers
Method
getDeclMap
HelloWorld/HelloWorld.cpp:37
Function
AST_MATCHER_P
lib/UnusedForLoopVar.cpp:29
Method
CodeRefactorASTConsumer
lib/CodeRefactor.cpp:68
Method
CodeRefactorMatcher
include/CodeRefactor.h:24
Method
CodeRefactorPluginAction
tools/CodeRefactorMain.cpp:49
Method
CodeStyleCheckerASTConsumer
include/CodeStyleChecker.h:48
Method
CodeStyleCheckerVisitor
include/CodeStyleChecker.h:23
Method
CreateASTConsumer
tools/CodeRefactorMain.cpp:63
Method
CreateASTConsumer
tools/LACommenterMain.cpp:43
Method
CreateASTConsumer
tools/CodeStyleCheckerMain.cpp:48
Method
CreateASTConsumer
HelloWorld/HelloWorld.cpp:98
Method
CreateASTConsumer
Returns our ASTConsumer per translation unit.
lib/UnusedForLoopVar.cpp:218
Method
CreateASTConsumer
Returns our ASTConsumer per translation unit.
lib/Obfuscator.cpp:174
Method
CreateASTConsumer
Returns our ASTConsumer per translation unit.
lib/CodeRefactor.cpp:152
Method
CreateASTConsumer
lib/CodeStyleChecker.cpp:170
Method
CreateASTConsumer
Returns our ASTConsumer per translation unit.
lib/LACommenter.cpp:144
Method
EndSourceFileAction
lib/Obfuscator.cpp:181
Method
HandleTranslationUnit
HelloWorld/HelloWorld.cpp:74
Method
HandleTranslationUnit
include/LACommenter.h:41
Method
HandleTranslationUnit
include/CodeStyleChecker.h:53
Method
HandleTranslationUnit
include/Obfuscator.h:59
Method
HandleTranslationUnit
include/UnusedForLoopVar.h:67
Method
HandleTranslationUnit
include/CodeRefactor.h:47
Method
HelloWorld
HelloWorld/HelloWorld.cpp:34
Method
HelloWorldASTConsumer
HelloWorld/HelloWorld.cpp:72
Method
LACommenterASTConsumer
lib/LACommenter.cpp:114
Method
LACommenterMatcher
include/LACommenter.h:23
Method
ObfuscatorASTConsumer
----------------------------------------------------------------------------- ObfuscatorASTConsumer - implementation ---------------------------------
lib/Obfuscator.cpp:136
Method
ObfuscatorMatcherForAdd
include/Obfuscator.h:27
Method
ObfuscatorMatcherForSub
include/Obfuscator.h:43
Method
ObfuscatorPluginAction
lib/Obfuscator.cpp:165
Method
ParseArgs
Not used
tools/CodeRefactorMain.cpp:51
Method
ParseArgs
tools/LACommenterMain.cpp:38
Method
ParseArgs
tools/CodeStyleCheckerMain.cpp:43
Method
ParseArgs
HelloWorld/HelloWorld.cpp:104
Method
ParseArgs
Our plugin can alter behavior based on the command line options
lib/UnusedForLoopVar.cpp:212
Method
ParseArgs
Our plugin can alter behavior based on the command line options
lib/Obfuscator.cpp:168
Method
ParseArgs
lib/CodeRefactor.cpp:93
Method
ParseArgs
lib/CodeStyleChecker.cpp:177
Method
ParseArgs
Our plugin can alter behavior based on the command line options
lib/LACommenter.cpp:138
Method
PrintHelp
lib/CodeRefactor.cpp:147
Method
PrintHelp
lib/CodeStyleChecker.cpp:192
Method
TraverseForStmt
----------------------------------------------------------------------------- UnusedForLoopVarVisitor implementation ---------------------------------
lib/UnusedForLoopVar.cpp:111
Method
UnusedForLoopVarASTConsumer
----------------------------------------------------------------------------- UnusedForLoopVarASTConsumer - implementation ---------------------------
lib/UnusedForLoopVar.cpp:184
Method
UnusedForLoopVarMatcher
include/UnusedForLoopVar.h:26
Method
UnusedForLoopVarVisitor
include/UnusedForLoopVar.h:44
Method
VisitCXXRecordDecl
HelloWorld/HelloWorld.cpp:45
Method
VisitCXXRecordDecl
----------------------------------------------------------------------------- CodeStyleCheckerVisitor implementation ---------------------------------
lib/CodeStyleChecker.cpp:49
Method
VisitDeclRefExpr
lib/UnusedForLoopVar.cpp:163
Method
VisitFieldDecl
lib/CodeStyleChecker.cpp:81
Method
VisitFunctionDecl
lib/CodeStyleChecker.cpp:60
Method
VisitVarDecl
lib/CodeStyleChecker.cpp:71
Function
bar
test/UnusedForLoopVar_range_loop.cpp:5
Function
bar
test/MBA_float_sub.cpp:14
Function
bar
test/LACChar.cpp:9
Function
bar
test/LACFloat.cpp:9
Function
bar
test/LACString.cpp:9
Function
bar
test/MBA_float_add.cpp:14
Function
bar
test/LACLong.cpp:9
Function
bar
test/MBA_add_int.cpp:29
Function
bar
test/LACBool.cpp:9
Function
bar
test/LACInt.cpp:9
Function
bar
test/MBA_sub_int.cpp:29
Function
ber
test/MBA_add_int.cpp:45
Function
ber
test/MBA_sub_int.cpp:45
Function
bez
test/MBA_float_sub.cpp:18
Function
bez
test/MBA_float_add.cpp:18
Function
bez
test/MBA_add_int.cpp:33
Function
bez
test/MBA_sub_int.cpp:33
Method
checkNameStartsWithLowerCase
lib/CodeStyleChecker.cpp:117
Method
checkNameStartsWithUpperCase
lib/CodeStyleChecker.cpp:141
Method
checkNoUnderscoreInName
lib/CodeStyleChecker.cpp:93
Function
clang_tutor_class
test/HelloWorld-macro.cpp:5
Function
clang_tutor_class_lower_case
expected-warning@+1 {{Type and variable names should start with upper-case letter}}
test/CodeStyleCheckerMacro.cpp:17
Function
clang_tutor_class_ok
test/CodeStyleCheckerMacro.cpp:11
Function
clang_tutor_class_underscore
expected-warning@+1 {{`_` in names is not allowed}}
test/CodeStyleCheckerMacro.cpp:14
Function
clang_tutor_func_ok
test/CodeStyleCheckerMacro.cpp:20
Function
clang_tutor_func_underscore
expected-warning@+1 {{`_` in names is not allowed}}
test/CodeStyleCheckerMacro.cpp:23
Function
clang_tutor_func_upper_case
expected-warning@+1 {{Function names should start with lower-case letter}}
test/CodeStyleCheckerMacro.cpp:26
Function
fer
test/MBA_add_int.cpp:41
Function
fer
test/MBA_sub_int.cpp:41
Function
fez
test/MBA_add_int.cpp:37
Function
fez
test/MBA_sub_int.cpp:37
Function
foo
test/UnusedForLoopVar_nested.cpp:3
Function
foo
test/MBA_float_sub.cpp:10
Function
foo
test/MBA_float_add.cpp:10
Function
foo
test/UnusedForLoopVar_range_loop_macro.cpp:10
Function
foo
test/UnusedForLoopVar_range_loop_ignored.cpp:10
Function
foo
test/UnusedForLoopVar_regular_loop_macro.cpp:10
Function
foo
test/UnusedForLoopVar_regular_loop_ignored.cpp:8
Function
foo
test/MBA_sub_int.cpp:25
Function
foo
test/UnusedForLoopVar_regular_nested_loop.cpp:3
Function
foo
test/UnusedForLoopVar_regular_loop.cpp:3
Function
main
===----------------------------------------------------------------------===// Main driver code. ===--------------------------------------------------
tools/CodeRefactorMain.cpp:78
Function
main
===----------------------------------------------------------------------===// Main driver code. ===--------------------------------------------------
tools/LACommenterMain.cpp:56
Function
main
===----------------------------------------------------------------------===// Main driver code. ===--------------------------------------------------
tools/CodeStyleCheckerMain.cpp:58
Function
main
test/CodeRefactor_Struct.cpp:30
Function
main
test/CodeRefactor_Other.cpp:31
next →
1–100 of 109, ranked by callers