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

1 2 3 4 5 6 7 8 91011

  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaLambda.cpp 267 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(DC))
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
ASTReaderStmt.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 510 static bool isPotentialConstantExpr(const FunctionDecl *FD,
520 const FunctionDecl *FD,
648 const FunctionDecl *Callee,
    [all...]
RecursiveASTVisitor.h 496 bool TraverseFunctionHelper(FunctionDecl *D);
    [all...]
DeclObjC.h 25 class FunctionDecl;
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGExprConstant.cpp     [all...]
CGVTables.cpp 737 const FunctionDecl *def = nullptr;
    [all...]
CodeGenAction.cpp 126 void HandleInlineFunctionDefinition(FunctionDecl *D) override {
    [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
UninitializedValues.cpp 443 if (FunctionDecl *FD = CE->getDirectCallee()) {
  /external/clang/lib/AST/
ASTImporter.cpp 148 Decl *VisitFunctionDecl(FunctionDecl *D);
    [all...]
Type.cpp     [all...]
ASTDiagnostic.cpp 431 else if (isa<FunctionDecl>(ND))
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTraversalTest.cpp 82 functionDecl(forEachDescendant(
454 functionDecl(
511 functionDecl(returns(asString("int")))));
513 functionDecl(returns(asString("float")))));
515 functionDecl(returns(hasDeclaration(
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 391 else if (isa<FunctionDecl>(D))
    [all...]
ExprEngine.cpp 114 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]
LocalizationChecker.cpp     [all...]

Completed in 2180 milliseconds

1 2 3 4 5 6 7 8 91011