| /llvm-project/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/clang/include/clang/Lex/ |
| H A D | LiteralSupport.h | 259 Pascal(false) { in SM() 264 bool Pascal; variable 287 bool isPascal() const { return Pascal; } in isPascal()
|
| /llvm-project/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/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 1959 Pascal(false) { in StringLiteralParser() 2051 Pascal = false; in init() 2189 Pascal = true; in init() 2190 } else if (Pascal) in init() 2243 assert((!Pascal || !isUnevaluated()) && in init() 2244 "Pascal string in unevaluated context"); in init() 2245 if (Pascal) { in init()
|
| H A D | Preprocessor.cpp | 1382 if (Literal.Pascal) { in FinishLexStringLiteral()
|
| H A D | PPDirectives.cpp | 1545 if (Literal.Pascal) { in HandleLineDirective() 1696 if (Literal.Pascal) { in HandleDigitDirective()
|
| /llvm-project/llvm/lib/BinaryFormat/ |
| H A D | XCOFF.cpp | 94 LANG_CASE(Pascal) in getNameForTracebackTableLanguageId()
|
| /llvm-project/third-party/benchmark/ |
| H A D | CONTRIBUTORS | 79 Pascal Leroy <phl@google.com>
|
| /llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 151 Pascal = 0x04, enumerator
|
| /llvm-project/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 60 Pascal, enumerator
|
| /llvm-project/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 88 case CallingConv::Pascal: in outputCallingConvention()
|
| H A D | MicrosoftDemangle.cpp | 1748 return CallingConv::Pascal; in demangleCallingConvention()
|
| /llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 220 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Pascal, OS) in operator <<()
|
| /llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 100 CV_ENUM_ENT(SourceLanguage, Pascal), CV_ENUM_ENT(SourceLanguage, Basic),
|
| /llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 1129 StringLiteralKind Kind, bool Pascal, QualType Ty, in StringLiteral() 1165 StringLiteralBits.IsPascal = Pascal; in StringLiteral() 1167 assert(!Pascal && "Can't make an unevaluated Pascal string"); in StringLiteral() 1194 StringLiteralKind Kind, bool Pascal, in Create() 1201 StringLiteral(Ctx, Str, Kind, Pascal, Ty, Loc, NumConcatenated); 1127 StringLiteral(const ASTContext & Ctx,StringRef Str,StringLiteralKind Kind,bool Pascal,QualType Ty,const SourceLocation * Loc,unsigned NumConcatenated) StringLiteral() argument 1192 Create(const ASTContext & Ctx,StringRef Str,StringLiteralKind Kind,bool Pascal,QualType Ty,const SourceLocation * Loc,unsigned NumConcatenated) Create() argument
|
| H A D | TypePrinter.cpp | 2033 case attr::Pascal: OS << "pascal"; break; in printBTFTagAttributedBefore()
|
| H A D | Type.cpp | 4220 case attr::Pascal: in SubstTemplateTypeParmType()
|
| /llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 1015 HANDLE_DW_LNAME(0x0015, Pascal, "ISO Pascal", 1) // YYYY
|
| /llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 198 RETURN_CASE(SourceLanguage, Pascal, "pascal"); in formatSourceLanguage()
|
| /llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 1818 bool Pascal, QualType Ty, const SourceLocation *Loc, 1839 StringLiteralKind Kind, bool Pascal, QualType Ty, 1845 StringLiteralKind Kind, bool Pascal, QualType Ty, in Create() argument 1847 return Create(Ctx, Str, Kind, Pascal, Ty, &Loc, 1); in Create()
|
| /llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 132 BENIGN_LANGOPT(PascalStrings, 1, 0, "Pascal string support")
|
| H A D | DiagnosticLexKinds.td | 269 def err_pascal_string_too_long : Error<"Pascal string is too long">;
|
| /llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 2893 if (!Literal.GetString().empty() || Literal.Pascal) { in ParseUnqualifiedIdOperator()
|
| /llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 589 return SourceLanguage::Pascal; in MapDWLangToCVLang()
|