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

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 109 !(FnD && FnD->getAsFunction() &&
110 FnD->getAsFunction()->getReturnType()->getContainedAutoType()) &&
120 FunctionDecl *FD = FnD->getAsFunction();
172 FunctionDecl *FD = FnD->getAsFunction();
558 LM.D->getAsFunction()->setLateTemplateParsed(false);
    [all...]
ParseTemplate.cpp     [all...]
Parser.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 895 FunctionDecl *getAsFunction() LLVM_READONLY;
897 const FunctionDecl *getAsFunction() const {
898 return const_cast<Decl *>(this)->getAsFunction();
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp     [all...]
SemaLookup.cpp     [all...]
SemaDecl.cpp     [all...]
SemaCodeComplete.cpp 662 if (const FunctionDecl *Function = ND->getAsFunction())
    [all...]
SemaOverload.cpp 920 if (FunctionDecl *OldF = OldD->getAsFunction()) {
    [all...]
SemaDeclCXX.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 241 clang::FunctionDecl *FDecl = Decl->getAsFunction();
slang_rs_export_reduce.cpp 173 clang::FunctionDecl *FDecl = Decl->getAsFunction();
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 187 FunctionDecl *Decl::getAsFunction() {
    [all...]
DeclCXX.cpp     [all...]
ExprCXX.cpp     [all...]
Decl.cpp 619 } else if (const FunctionDecl *Function = D->getAsFunction()) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 822 milliseconds