Home
last modified time | relevance | path

Searched refs:Pascal (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dobjc-function-naming.m15 // 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 Dobjc-function-naming.mm5 // '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 DLiteralSupport.h242 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 Dobjc-function-naming.rst12 All function names should be in Pascal case. Functions whose storage class is
/llvm-project-15.0.7/llvm/lib/BinaryFormat/
H A DXCOFF.cpp92 LANG_CASE(Pascal) in getNameForTracebackTableLanguageId()
/llvm-project-15.0.7/clang/lib/Lex/
H A DLiteralSupport.cpp1843 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 DPreprocessor.cpp1387 if (Literal.Pascal) { in FinishLexStringLiteral()
H A DPPDirectives.cpp1440 if (Literal.Pascal) { in HandleLineDirective()
1591 if (Literal.Pascal) { in HandleDigitDirective()
/llvm-project-15.0.7/third-party/benchmark/
H A DCONTRIBUTORS70 Pascal Leroy <[email protected]>
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h151 Pascal = 0x04, enumerator
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h61 Pascal, enumerator
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp88 case CallingConv::Pascal: in outputCallingConvention()
H A DMicrosoftDemangle.cpp1693 return CallingConv::Pascal; in demangleCallingConvention()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp219 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Pascal, OS) in operator <<()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp100 CV_ENUM_ENT(SourceLanguage, Pascal), CV_ENUM_ENT(SourceLanguage, Basic),
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp197 RETURN_CASE(SourceLanguage, Pascal, "pascal"); in formatSourceLanguage()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h1814 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 DExpr.cpp1048 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 DTypePrinter.cpp1772 case attr::Pascal: OS << "pascal"; break; in printAttributedAfter()
H A DType.cpp3633 case attr::Pascal: in isCallingConv()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def129 BENIGN_LANGOPT(PascalStrings, 1, 0, "Pascal string support")
H A DDiagnosticLexKinds.td240 def err_pascal_string_too_long : Error<"Pascal string is too long">;
/llvm-project-15.0.7/clang/docs/CommandGuide/
H A Dclang.rst288 Enable support for Pascal-style strings with "\\pfoo".
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExprCXX.cpp2701 if (!Literal.GetString().empty() || Literal.Pascal) { in ParseUnqualifiedIdOperator()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp588 return SourceLanguage::Pascal; in MapDWLangToCVLang()

12