Home
last modified time | relevance | path

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

12

/llvm-project/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/clang/include/clang/Lex/
H A DLiteralSupport.h259 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 Dobjc-function-naming.rst12 All function names should be in Pascal case. Functions whose storage class is
/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1959 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 DPreprocessor.cpp1382 if (Literal.Pascal) { in FinishLexStringLiteral()
H A DPPDirectives.cpp1545 if (Literal.Pascal) { in HandleLineDirective()
1696 if (Literal.Pascal) { in HandleDigitDirective()
/llvm-project/llvm/lib/BinaryFormat/
H A DXCOFF.cpp94 LANG_CASE(Pascal) in getNameForTracebackTableLanguageId()
/llvm-project/third-party/benchmark/
H A DCONTRIBUTORS79 Pascal Leroy <phl@google.com>
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h151 Pascal = 0x04, enumerator
/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h60 Pascal, enumerator
/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp88 case CallingConv::Pascal: in outputCallingConvention()
H A DMicrosoftDemangle.cpp1748 return CallingConv::Pascal; in demangleCallingConvention()
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp220 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Pascal, OS) in operator <<()
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp100 CV_ENUM_ENT(SourceLanguage, Pascal), CV_ENUM_ENT(SourceLanguage, Basic),
/llvm-project/clang/lib/AST/
H A DExpr.cpp1129 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 DTypePrinter.cpp2033 case attr::Pascal: OS << "pascal"; break; in printBTFTagAttributedBefore()
H A DType.cpp4220 case attr::Pascal: in SubstTemplateTypeParmType()
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1015 HANDLE_DW_LNAME(0x0015, Pascal, "ISO Pascal", 1) // YYYY
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp198 RETURN_CASE(SourceLanguage, Pascal, "pascal"); in formatSourceLanguage()
/llvm-project/clang/include/clang/AST/
H A DExpr.h1818 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 DLangOptions.def132 BENIGN_LANGOPT(PascalStrings, 1, 0, "Pascal string support")
H A DDiagnosticLexKinds.td269 def err_pascal_string_too_long : Error<"Pascal string is too long">;
/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2893 if (!Literal.GetString().empty() || Literal.Pascal) { in ParseUnqualifiedIdOperator()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp589 return SourceLanguage::Pascal; in MapDWLangToCVLang()

12