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

1 2 3 4 5 6 7 891011

  /external/clang/lib/Index/
IndexBody.cpp 126 if (auto *FD = dyn_cast<FunctionDecl>(ParentDC))
USRGeneration.cpp 77 void VisitFunctionDecl(const FunctionDecl *D);
201 void USRGenerator::VisitFunctionDecl(const FunctionDecl *D) {
  /external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp 288 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap) {
SemaStmtAsm.cpp 80 FunctionDecl *Func = dyn_cast<FunctionDecl>(S.CurContext);
  /external/clang/tools/libclang/
CXIndexDataConsumer.h 400 bool handleFunction(const FunctionDecl *FD);
CXType.cpp 908 else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
  /external/clang/include/clang/AST/
Type.h 87 class FunctionDecl;
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 318 const FunctionDecl *Callee;
338 const FunctionDecl *Callee, const LValue *This,
    [all...]
DeclCXX.cpp     [all...]
DeclTemplate.cpp 290 FunctionDecl *
678 FunctionTemplateSpecializationInfo::Create(ASTContext &C, FunctionDecl *FD,
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 442 else if (const auto *FD = dyn_cast<FunctionDecl>(D))
584 } else if (auto *FD = dyn_cast<FunctionDecl>(D)) {
    [all...]
StreamChecker.cpp 109 const FunctionDecl *FD = C.getCalleeDecl(CE);
BasicObjCFoundationChecks.cpp 431 const FunctionDecl *FD = C.getCalleeDecl(CE);
548 const FunctionDecl *FD = C.getCalleeDecl(CE);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 147 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(FTR->getDecl()))
    [all...]
ExprEngineCXX.cpp 436 FunctionDecl *FD = CNE->getOperatorNew();
SValBuilder.cpp 216 DefinedSVal SValBuilder::getFunctionPointer(const FunctionDecl *func) {
PathDiagnostic.cpp 848 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGDecl.cpp 173 if (const auto *FD = dyn_cast<FunctionDecl>(DC))
266 else if (const auto *FD = dyn_cast<FunctionDecl>(DC))
    [all...]
CGOpenMPRuntime.h     [all...]
CodeGenTypes.cpp 309 const FunctionDecl *FD) {
CGObjC.cpp     [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 34 class FunctionDecl;
  /external/clang/lib/ARCMigrate/
Transforms.cpp 92 if (const FunctionDecl *FD = callE->getDirectCallee()) {
  /external/clang/include/clang/Serialization/
ASTReader.h 476 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates;
    [all...]

Completed in 1210 milliseconds

1 2 3 4 5 6 7 891011