Home
last modified time | relevance | path

Searched defs:Pascal (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h264 bool Pascal; variable
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h366 Pascal, global() enumerator
/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h60 Pascal, enumerator
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h151 Pascal = 0x04, enumerator
/llvm-project/clang/lib/AST/
H A DExpr.cpp1127 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 DExpr.h1845 StringLiteralKind Kind, bool Pascal, QualType Ty, in Create() argument