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

1 2

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
SymbolTable.h 91 virtual TFunction* getAsFunction() { return 0; }
92 virtual const TFunction* getAsFunction() const { return 0; }
217 virtual TFunction* getAsFunction() { return this; }
218 virtual const TFunction* getAsFunction() const { return this; }
334 if (symbol.getAsFunction()) {
369 list.push_back(it->second->getAsFunction());
533 if (! separateNameSpaces && ! symbol.getAsFunction() && table[currentLevel()]->hasFunctionName(symbol.getName()))
limits.cpp 116 const TType* type = (*function->getAsFunction())[i].type;
SymbolTable.cpp 208 TFunction* function = (*candidate).second->getAsFunction();
ParseHelper.cpp     [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 116 !(FnD && FnD->getAsFunction() &&
117 FnD->getAsFunction()->getReturnType()->getContainedAutoType()) &&
127 FunctionDecl *FD = FnD->getAsFunction();
179 FunctionDecl *FD = FnD->getAsFunction();
565 LM.D->getAsFunction()->setLateTemplateParsed(false);
    [all...]
ParseTemplate.cpp     [all...]
Parser.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 913 FunctionDecl *getAsFunction() LLVM_READONLY;
915 const FunctionDecl *getAsFunction() const {
916 return const_cast<Decl *>(this)->getAsFunction();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/clang/lib/Sema/
SemaCUDA.cpp 457 FunctionDecl *OldD = D->getAsFunction();
SemaAccess.cpp     [all...]
SemaLookup.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...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp 677 const TFunction* prevDec = symbol ? symbol->getAsFunction() : 0;
686 symbol->getAsFunction()->setPrototyped(); // need a writable one, but like having prevDec as a const
712 TFunction* prevDec = symbol ? symbol->getAsFunction() : nullptr;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 188 FunctionDecl *Decl::getAsFunction() {
    [all...]
ExprCXX.cpp     [all...]

Completed in 1527 milliseconds

1 2