HomeSort by: relevance | last modified time | path
    Searched refs:IdentKind (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 1960 enum IdentKind {
1974 PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK,
1991 QualType FNTy, IdentKind IK, StringLiteral *SL);
1997 IdentKind getIdentKind() const {
1998 return static_cast<IdentKind>(PredefinedExprBits.Kind);
2016 static StringRef getIdentKindName(IdentKind IK);
2021 static std::string ComputeName(IdentKind IK, const Decl *CurrentDecl);
4609 enum IdentKind { Function, File, Line, Column };
4611 SourceLocExpr(const ASTContext &Ctx, IdentKind Type, SourceLocation BLoc,
4625 IdentKind getIdentKind() const
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 507 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentKind IK,
512 "IdentKind do not fit in PredefinedExprBitfields!");
527 QualType FNTy, IdentKind IK,
542 StringRef PredefinedExpr::getIdentKindName(PredefinedExpr::IdentKind IK) {
566 std::string PredefinedExpr::ComputeName(IdentKind IK, const Decl *CurrentDecl) {
2103 SourceLocExpr::IdentKind Kind) {
2117 SourceLocExpr::SourceLocExpr(const ASTContext &Ctx, IdentKind Kind,
2138 llvm_unreachable("unexpected IdentKind!");
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5185 PredefinedExpr::IdentKind IK);
5510 ExprResult ActOnSourceLocExpr(SourceLocExpr::IdentKind Kind,
5515 ExprResult BuildSourceLocExpr(SourceLocExpr::IdentKind Kind,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 2682 SourceLocExpr::IdentKind Kind = [&] {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1294 static_cast<SourceLocExpr::IdentKind>(Record.readInt());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 3457 PredefinedExpr::IdentKind IK) {
3510 PredefinedExpr::IdentKind IK;
15756 ExprResult Sema::ActOnSourceLocExpr(SourceLocExpr::IdentKind Kind,
15762 ExprResult Sema::BuildSourceLocExpr(SourceLocExpr::IdentKind Kind,
TreeTransform.h 2407 PredefinedExpr::IdentKind IK) {
3332 ExprResult RebuildSourceLocExpr(SourceLocExpr::IdentKind Kind,

Completed in 73 milliseconds