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

  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
ASTDumper.cpp 494 void VisitPredefinedExpr(const PredefinedExpr *Node);
    [all...]
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...]
StmtPrinter.cpp 1148 void StmtPrinter::VisitPredefinedExpr(PredefinedExpr *Node) {
1149 OS << PredefinedExpr::getIdentTypeName(Node->getIdentType());
    [all...]
StmtProfile.cpp 627 void StmtProfiler::VisitPredefinedExpr(const PredefinedExpr *S) {
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGExpr.cpp     [all...]
CGExprAgg.cpp 145 void VisitPredefinedExpr(const PredefinedExpr *E) {
    [all...]
CodeGenFunction.h     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 579 VISIT(PredefinedExpr);
624 IGNORE_EXPR(PredefinedExpr);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaExpr.cpp     [all...]
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 442 void ASTStmtReader::VisitPredefinedExpr(PredefinedExpr *E) {
445 E->Type = (PredefinedExpr::IdentType)Record[Idx++];
    [all...]
ASTWriterStmt.cpp 352 void ASTStmtWriter::VisitPredefinedExpr(PredefinedExpr *E) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 137 milliseconds