HomeSort by relevance Sort by last modified time
    Searched defs:PredefinedExpr (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
Expr.cpp 449 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentType IT,
457 StringLiteral *PredefinedExpr::getFunctionName() {
461 StringRef PredefinedExpr::getIdentTypeName(PredefinedExpr::IdentType IT) {
478 llvm_unreachable("Unknown ident type for PredefinedExpr");
483 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) {
486 if (IT == PredefinedExpr::FuncDName) {
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 45 milliseconds