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

  /external/lldb/include/lldb/Core/
ClangForward.h 96 class PredefinedExpr;
  /external/clang/lib/AST/
ASTDumper.cpp 313 void VisitPredefinedExpr(const PredefinedExpr *Node);
    [all...]
StmtPrinter.cpp 899 void StmtPrinter::VisitPredefinedExpr(PredefinedExpr *Node) {
903 case PredefinedExpr::Func:
906 case PredefinedExpr::Function:
909 case PredefinedExpr::FuncDName:
912 case PredefinedExpr::FuncSig:
915 case PredefinedExpr::LFunction:
918 case PredefinedExpr::PrettyFunction:
    [all...]
VTableBuilder.cpp     [all...]
StmtProfile.cpp 406 void StmtProfiler::VisitPredefinedExpr(const PredefinedExpr *S) {
    [all...]
Expr.cpp 453 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) {
456 if (IT == PredefinedExpr::FuncDName) {
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 809 return EmitPredefinedLValue(cast<PredefinedExpr>(E));
    [all...]
CGExprConstant.cpp 908 unsigned Type = cast<PredefinedExpr>(E)->getIdentType();
910 LValue Res = CGF->EmitPredefinedLValue(cast<PredefinedExpr>(E));
912 } else if (Type == PredefinedExpr::PrettyFunction) {
    [all...]
CGExprAgg.cpp 139 void VisitPredefinedExpr(const PredefinedExpr *E) {
    [all...]
CodeGenFunction.h     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 579 VISIT(PredefinedExpr);
624 IGNORE_EXPR(PredefinedExpr);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 422 void ASTStmtReader::VisitPredefinedExpr(PredefinedExpr *E) {
425 E->setIdentType((PredefinedExpr::IdentType)Record[Idx++]);
    [all...]
ASTWriterStmt.cpp 332 void ASTStmtWriter::VisitPredefinedExpr(PredefinedExpr *E) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 8518 milliseconds