| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/ |
| H A D | objc-function-naming.m | 15 // must be in Pascal case as required by Google Objective-C style guide 20 // must be in Pascal case as required by Google Objective-C style guide 25 // must be in Pascal case as required by Google Objective-C style guide 30 // must be in Pascal case as required by Google Objective-C style guide 37 // 'ispalindrome' must have an appropriate prefix followed by Pascal case as 42 // in Pascal case as required by Google Objective-C style guide 57 // 'ABLog_String' must have an appropriate prefix followed by Pascal case as 64 // 'IsPrime' must have an appropriate prefix followed by Pascal case as required
|
| H A D | objc-function-naming.mm | 5 // 'printSomething' must have an appropriate prefix followed by Pascal case as 10 // 'PrintSomething' must have an appropriate prefix followed by Pascal case as 15 // 'ABCBad_Name' must have an appropriate prefix followed by Pascal case as
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | LiteralSupport.h | 242 ResultPtr(ResultBuf.data()), hadError(false), Pascal(false) { in SM() 248 bool Pascal; variable 271 bool isPascal() const { return Pascal; } in isPascal()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/ |
| H A D | objc-function-naming.rst | 12 All function names should be in Pascal case. Functions whose storage class is
|
| /llvm-project-15.0.7/llvm/lib/BinaryFormat/ |
| H A D | XCOFF.cpp | 92 LANG_CASE(Pascal) in getNameForTracebackTableLanguageId()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 1843 ResultPtr(ResultBuf.data()), hadError(false), Pascal(false) { in StringLiteralParser() 1919 Pascal = false; in init() 2051 Pascal = true; in init() 2052 } else if (Pascal) in init() 2105 if (Pascal) { in init()
|
| H A D | Preprocessor.cpp | 1387 if (Literal.Pascal) { in FinishLexStringLiteral()
|
| H A D | PPDirectives.cpp | 1440 if (Literal.Pascal) { in HandleLineDirective() 1591 if (Literal.Pascal) { in HandleDigitDirective()
|
| /llvm-project-15.0.7/third-party/benchmark/ |
| H A D | CONTRIBUTORS | 70 Pascal Leroy <[email protected]>
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 151 Pascal = 0x04, enumerator
|
| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 61 Pascal, enumerator
|
| /llvm-project-15.0.7/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 88 case CallingConv::Pascal: in outputCallingConvention()
|
| H A D | MicrosoftDemangle.cpp | 1693 return CallingConv::Pascal; in demangleCallingConvention()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 219 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Pascal, OS) in operator <<()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 100 CV_ENUM_ENT(SourceLanguage, Pascal), CV_ENUM_ENT(SourceLanguage, Basic),
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 197 RETURN_CASE(SourceLanguage, Pascal, "pascal"); in formatSourceLanguage()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 1814 bool Pascal, QualType Ty, const SourceLocation *Loc, 1834 StringKind Kind, bool Pascal, QualType Ty, 1840 StringKind Kind, bool Pascal, QualType Ty, in Create() argument 1842 return Create(Ctx, Str, Kind, Pascal, Ty, &Loc, 1); in Create()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Expr.cpp | 1048 StringKind Kind, bool Pascal, QualType Ty, in StringLiteral() argument 1079 StringLiteralBits.IsPascal = Pascal; in StringLiteral() 1103 StringKind Kind, bool Pascal, QualType Ty, in Create() argument 1110 StringLiteral(Ctx, Str, Kind, Pascal, Ty, Loc, NumConcatenated); in Create()
|
| H A D | TypePrinter.cpp | 1772 case attr::Pascal: OS << "pascal"; break; in printAttributedAfter()
|
| H A D | Type.cpp | 3633 case attr::Pascal: in isCallingConv()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 129 BENIGN_LANGOPT(PascalStrings, 1, 0, "Pascal string support")
|
| H A D | DiagnosticLexKinds.td | 240 def err_pascal_string_too_long : Error<"Pascal string is too long">;
|
| /llvm-project-15.0.7/clang/docs/CommandGuide/ |
| H A D | clang.rst | 288 Enable support for Pascal-style strings with "\\pfoo".
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 2701 if (!Literal.GetString().empty() || Literal.Pascal) { in ParseUnqualifiedIdOperator()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 588 return SourceLanguage::Pascal; in MapDWLangToCVLang()
|