Home
last modified time | relevance | path

Searched defs:IsReservedWord (Results 1 – 25 of 26) sorted by relevance

12

/dports/editors/fpc-ide/fpc-3.2.2/packages/ide/
H A Dfpviews.pas145 function IsReservedWord(const S: string): boolean; virtual; in IsReservedWord() function
207 function IsReservedWord(const S: string): boolean; virtual; in IsReservedWord() function
422 function IsReservedWord(const S: string): boolean; virtual; in IsReservedWord() function
433 function IsReservedWord(const S: string): boolean; virtual; in IsReservedWord() function
1343 function TSourceEditor.IsReservedWord(const S: string): boolean; in TSourceEditor.IsReservedWord() function
2431 function TGDBSourceEditor.IsReservedWord(const S: string): boolean; in TGDBSourceEditor.IsReservedWord() function
4614 function TFPMemo.IsReservedWord(const S: string): boolean; in TFPMemo.IsReservedWord() function
4665 function TFPCodeMemo.IsReservedWord(const S: string): boolean; in TFPCodeMemo.IsReservedWord() function
H A Dweditor.pas563 {a}function IsReservedWord(const S: string): boolean; virtual; in IsReservedWord() function
3131 function TCustomCodeEditor.IsReservedWord(const S: string): boolean; in TCustomCodeEditor.IsReservedWord() function
/dports/lang/fpc-source/fpc-3.2.2/packages/ide/
H A Dfpviews.pas145 function IsReservedWord(const S: string): boolean; virtual; in IsReservedWord() function
207 function IsReservedWord(const S: string): boolean; virtual; in IsReservedWord() function
422 function IsReservedWord(const S: string): boolean; virtual; in IsReservedWord() function
433 function IsReservedWord(const S: string): boolean; virtual; in IsReservedWord() function
1343 function TSourceEditor.IsReservedWord(const S: string): boolean; in TSourceEditor.IsReservedWord() function
2431 function TGDBSourceEditor.IsReservedWord(const S: string): boolean; in TGDBSourceEditor.IsReservedWord() function
4614 function TFPMemo.IsReservedWord(const S: string): boolean; in TFPMemo.IsReservedWord() function
4665 function TFPCodeMemo.IsReservedWord(const S: string): boolean; in TFPCodeMemo.IsReservedWord() function
H A Dweditor.pas563 {a}function IsReservedWord(const S: string): boolean; virtual; in IsReservedWord() function
3131 function TCustomCodeEditor.IsReservedWord(const S: string): boolean; in TCustomCodeEditor.IsReservedWord() function
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/tdewolff/parse/v2/js/
H A Dtokentype.go194 func IsReservedWord(tt TokenType) bool { func
/dports/www/miniflux/v2-2.0.35/vendor/github.com/tdewolff/parse/v2/js/
H A Dtokentype.go194 func IsReservedWord(tt TokenType) bool { func
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h464 virtual bool IsReservedWord(const char *word) { return false; } in IsReservedWord() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h495 virtual bool IsReservedWord(const char *word) { return false; } in IsReservedWord() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h513 virtual bool IsReservedWord(const char *word) { return false; } in IsReservedWord() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h540 virtual bool IsReservedWord(const char *word) { return false; } in IsReservedWord() function
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h513 virtual bool IsReservedWord(const char *word) { return false; } in IsReservedWord() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h540 virtual bool IsReservedWord(const char *word) { return false; } in IsReservedWord() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h541 virtual bool IsReservedWord(const char *word) { return false; } in IsReservedWord() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h540 virtual bool IsReservedWord(const char *word) { return false; } in IsReservedWord() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h513 virtual bool IsReservedWord(const char *word) { return false; } in IsReservedWord() function
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h540 virtual bool IsReservedWord(const char *word) { return false; } in IsReservedWord() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2945 bool ScriptInterpreterPythonImpl::IsReservedWord(const char *word) { in IsReservedWord() function in ScriptInterpreterPythonImpl
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2817 bool ScriptInterpreterPythonImpl::IsReservedWord(const char *word) { in IsReservedWord() function in ScriptInterpreterPythonImpl
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2901 bool ScriptInterpreterPythonImpl::IsReservedWord(const char *word) { in IsReservedWord() function in ScriptInterpreterPythonImpl
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2945 bool ScriptInterpreterPythonImpl::IsReservedWord(const char *word) { in IsReservedWord() function in ScriptInterpreterPythonImpl
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2942 bool ScriptInterpreterPythonImpl::IsReservedWord(const char *word) { in IsReservedWord() function in ScriptInterpreterPythonImpl
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2945 bool ScriptInterpreterPythonImpl::IsReservedWord(const char *word) { in IsReservedWord() function in ScriptInterpreterPythonImpl
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2901 bool ScriptInterpreterPythonImpl::IsReservedWord(const char *word) { in IsReservedWord() function in ScriptInterpreterPythonImpl
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2884 bool ScriptInterpreterPythonImpl::IsReservedWord(const char *word) { in IsReservedWord() function in ScriptInterpreterPythonImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2900 bool ScriptInterpreterPythonImpl::IsReservedWord(const char *word) { in IsReservedWord() function in ScriptInterpreterPythonImpl

12