Searched refs:IdentKind (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 1970 enum IdentKind { enum 1984 PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK, 2001 QualType FNTy, IdentKind IK, StringLiteral *SL); 2007 IdentKind getIdentKind() const { in getIdentKind() 2008 return static_cast<IdentKind>(PredefinedExprBits.Kind); in getIdentKind() 2026 static StringRef getIdentKindName(IdentKind IK); 2031 static std::string ComputeName(IdentKind IK, const Decl *CurrentDecl); 4687 enum IdentKind { Function, File, Line, Column, SourceLocStruct }; enum 4689 SourceLocExpr(const ASTContext &Ctx, IdentKind Type, QualType ResultTy, 4704 IdentKind getIdentKind() const { in getIdentKind() [all …]
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Expr.cpp | 582 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK, in PredefinedExpr() 602 QualType FNTy, IdentKind IK, in Create() 617 StringRef PredefinedExpr::getIdentKindName(PredefinedExpr::IdentKind IK) { in getIdentKindName() 641 std::string PredefinedExpr::ComputeName(IdentKind IK, const Decl *CurrentDecl) { in ComputeName() 2145 SourceLocExpr::SourceLocExpr(const ASTContext &Ctx, IdentKind Kind, in SourceLocExpr()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 2747 SourceLocExpr::IdentKind Kind = [&] { in ParseBuiltinPrimaryExpression()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 5505 PredefinedExpr::IdentKind IK); 5842 ExprResult ActOnSourceLocExpr(SourceLocExpr::IdentKind Kind, 5847 ExprResult BuildSourceLocExpr(SourceLocExpr::IdentKind Kind,
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1289 static_cast<SourceLocExpr::IdentKind>(Record.readInt()); in VisitSourceLocExpr()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 3527 PredefinedExpr::IdentKind IK) { in BuildPredefinedExpr() 3602 PredefinedExpr::IdentKind IK; in ActOnPredefinedExpr() 16750 ExprResult Sema::ActOnSourceLocExpr(SourceLocExpr::IdentKind Kind, in ActOnSourceLocExpr() 16781 ExprResult Sema::BuildSourceLocExpr(SourceLocExpr::IdentKind Kind, in BuildSourceLocExpr()
|
| H A D | TreeTransform.h | 2483 PredefinedExpr::IdentKind IK) { in RebuildPredefinedExpr() 3415 ExprResult RebuildSourceLocExpr(SourceLocExpr::IdentKind Kind, in RebuildSourceLocExpr()
|