HomeSort by relevance Sort by last modified time
    Searched refs:PredefinedExpr (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
Expr.cpp 438 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentType IT,
446 StringLiteral *PredefinedExpr::getFunctionName() {
450 StringRef PredefinedExpr::getIdentTypeName(PredefinedExpr::IdentType IT) {
467 llvm_unreachable("Unknown ident type for PredefinedExpr");
472 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) {
475 if (IT == PredefinedExpr::FuncDName) {
    [all...]
StmtPrinter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGExpr.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 611 VISIT(PredefinedExpr);
656 IGNORE_EXPR(PredefinedExpr);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 446 void ASTStmtReader::VisitPredefinedExpr(PredefinedExpr *E) {
449 E->Type = (PredefinedExpr::IdentType)Record[Idx++];
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 1274 milliseconds

1 2 3 4