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

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 107 !(FnD && FnD->getAsFunction() &&
108 FnD->getAsFunction()->getReturnType()->getContainedAutoType()) &&
118 FunctionDecl *FD = FnD->getAsFunction();
170 FunctionDecl *FD = FnD->getAsFunction();
457 LM.D->getAsFunction()->setLateTemplateParsed(false);
    [all...]
ParseTemplate.cpp     [all...]
Parser.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 852 FunctionDecl *getAsFunction() LLVM_READONLY;
854 const FunctionDecl *getAsFunction() const {
855 return const_cast<Decl *>(this)->getAsFunction();
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp     [all...]
SemaLookup.cpp     [all...]
SemaDecl.cpp     [all...]
SemaCodeComplete.cpp 663 if (const FunctionDecl *Function = ND->getAsFunction())
    [all...]
SemaOverload.cpp 935 if (FunctionDecl *OldF = OldD->getAsFunction()) {
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 162 FunctionDecl *Decl::getAsFunction() {
    [all...]
DeclCXX.cpp     [all...]
ExprCXX.cpp     [all...]
Decl.cpp 608 } else if (const FunctionDecl *Function = D->getAsFunction()) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 235 milliseconds