HomeSort by relevance Sort by last modified time
    Searched refs:FunctionDecl (Results 251 - 264 of 264) sorted by null

<<11

  /external/clang/lib/AST/
ASTDumper.cpp 56 // Decl kind names (VarDecl, FunctionDecl, etc)
428 void VisitFunctionDecl(const FunctionDecl *D);
    [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/Parse/
Parser.cpp     [all...]
ParseExpr.cpp 511 if (isa<ValueDecl>(ND) && !isa<FunctionDecl>(ND))
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
TreeTransform.h     [all...]
SemaExprObjC.cpp     [all...]
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 872 if (isa<FunctionDecl>(STCD) || isa<ObjCMethodDecl>(STCD))
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CGBuiltin.cpp 38 llvm::Value *CodeGenModule::getBuiltinLibFunction(const FunctionDecl *FD,
305 static RValue emitLibraryCall(CodeGenFunction &CGF, const FunctionDecl *Fn,
465 RValue CodeGenFunction::EmitBuiltinExpr(const FunctionDecl *FD,
    [all...]
CGStmtOpenMP.cpp     [all...]
MicrosoftCXXABI.cpp 363 getContext().GetGVALinkageForFunction(cast<FunctionDecl>(GD.getDecl()));
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 529 milliseconds

<<11