Home
last modified time | relevance | path

Searched refs:IdentKind (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1960 enum IdentKind { enum
1974 PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK,
1991 QualType FNTy, IdentKind IK, StringLiteral *SL);
1997 IdentKind getIdentKind() const { in getIdentKind()
1998 return static_cast<IdentKind>(PredefinedExprBits.Kind); in getIdentKind()
2016 static StringRef getIdentKindName(IdentKind IK);
2021 static std::string ComputeName(IdentKind IK, const Decl *CurrentDecl);
4609 enum IdentKind { Function, File, Line, Column }; enum
4611 SourceLocExpr(const ASTContext &Ctx, IdentKind Type, SourceLocation BLoc,
4625 IdentKind getIdentKind() const { in getIdentKind()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp507 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK, in PredefinedExpr()
527 QualType FNTy, IdentKind IK, in Create()
542 StringRef PredefinedExpr::getIdentKindName(PredefinedExpr::IdentKind IK) { in getIdentKindName()
566 std::string PredefinedExpr::ComputeName(IdentKind IK, const Decl *CurrentDecl) { in ComputeName()
2103 SourceLocExpr::IdentKind Kind) { in getDecayedSourceLocExprType()
2117 SourceLocExpr::SourceLocExpr(const ASTContext &Ctx, IdentKind Kind, in SourceLocExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp2682 SourceLocExpr::IdentKind Kind = [&] { in ParseBuiltinPrimaryExpression()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5185 PredefinedExpr::IdentKind IK);
5510 ExprResult ActOnSourceLocExpr(SourceLocExpr::IdentKind Kind,
5515 ExprResult BuildSourceLocExpr(SourceLocExpr::IdentKind Kind,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1294 static_cast<SourceLocExpr::IdentKind>(Record.readInt()); in VisitSourceLocExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3457 PredefinedExpr::IdentKind IK) { in BuildPredefinedExpr()
3510 PredefinedExpr::IdentKind IK; in ActOnPredefinedExpr()
15756 ExprResult Sema::ActOnSourceLocExpr(SourceLocExpr::IdentKind Kind, in ActOnSourceLocExpr()
15762 ExprResult Sema::BuildSourceLocExpr(SourceLocExpr::IdentKind Kind, in BuildSourceLocExpr()
H A DTreeTransform.h2407 PredefinedExpr::IdentKind IK) { in RebuildPredefinedExpr()
3332 ExprResult RebuildSourceLocExpr(SourceLocExpr::IdentKind Kind, in RebuildSourceLocExpr()