Searched defs:Pascal (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/include/clang/Lex/ |
H A D | LiteralSupport.h | 264 bool Pascal; variable
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | XCOFF.h | 366 Pascal, global() enumerator
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 60 Pascal, enumerator
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 151 Pascal = 0x04, enumerator
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 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
|
/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 1845 StringLiteralKind Kind, bool Pascal, QualType Ty, in Create() argument
|