Searched defs:Decl (Results 1 - 25 of 78) sorted by relevance

1234

/openbsd-current/gnu/llvm/clang/lib/ExtractAPI/
H A DAvailabilityInfo.cpp8 AvailabilitySet::AvailabilitySet(const Decl *Decl) { argument
H A DExtractAPIVisitor.cpp39 StringRef getTypedefName(const TagDecl *Decl) { argument
53 bool ExtractAPIVisitor::VisitVarDecl(const VarDecl *Decl) { argument
97 VisitFunctionDecl(const FunctionDecl *Decl) argument
160 VisitEnumDecl(const EnumDecl *Decl) argument
206 VisitRecordDecl(const RecordDecl *Decl) argument
249 VisitObjCInterfaceDecl(const ObjCInterfaceDecl *Decl) argument
295 VisitObjCProtocolDecl(const ObjCProtocolDecl *Decl) argument
330 VisitTypedefNameDecl(const TypedefNameDecl *Decl) argument
363 VisitObjCCategoryDecl(const ObjCCategoryDecl *Decl) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DRecord.cpp14 Record::Record(const RecordDecl *Decl, BaseList &&SrcBases, argument
H A DRecord.h29 const FieldDecl *Decl; member in struct:clang::interp::final::Field
36 const RecordDecl *Decl; member in struct:clang::interp::final::Base
108 const RecordDecl *Decl; member in class:clang::interp::final
H A DProgram.h225 void startDeclaration(const VarDecl *Decl) { argument
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DInheritViz.cpp93 const auto *Decl = local
H A DTemplateName.cpp218 TemplateDecl *Decl = getAsTemplateDecl(); local
[all...]
H A DQualTypeNames.cpp266 createNestedNameSpecifierForScopeOf( const ASTContext &Ctx, const Decl *Decl, bool FullyQualified, bool WithGlobalNsPrefix) argument
[all...]
H A DComputeDependence.cpp474 auto *Decl = E->getDecl(); local
/openbsd-current/gnu/llvm/lldb/tools/lldb-instr/
H A DInstrument.cpp30 bool VisitCXXMethodDecl(CXXMethodDecl *Decl) { argument
85 bool ShouldSkip(CXXMethodDecl *Decl) { argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp135 std::string getUSRForDecl(const Decl *Decl) { argument
/openbsd-current/gnu/llvm/clang/utils/
H A Dmodfuzz.py16 class Decl(object): class in inherits:object
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp134 EmitDevicePrintfCallExpr(const CallExpr *E, CodeGenFunction *CGF, llvm::Function *Decl, bool WithSizeArg) argument
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp102 const VarDecl *Decl = Region->getDecl(); local
H A DDynamicTypeChecker.cpp146 const ObjCInterfaceDecl *Decl = ObjPtr->getInterfaceDecl(); local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h138 Function *getIntrinsicEntryPoint(Function *&Decl, Intrinsic::ID IntID) { argument
H A DObjCARCContract.cpp149 Function *Decl = EP.get(ARCRuntimeEntryPointKind::RetainRV); local
183 Function *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV local
388 Function *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong); local
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h132 OS << Decl << " = {\n"; local
142 << Decl << " = {\n"; local
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h128 const FieldDecl *Decl = D.getField(); local
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp30 clang::NamedDecl *Decl = VarDecl::Create( local
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAttr.cpp235 const Decl *Decl = CallExpr->getCalleeDecl(); local
261 const Decl *Decl = CallExpr->getCalleeDecl(); local
[all...]
H A DSemaDeclCXX.cpp92 const ValueDecl *Decl = dyn_cast<ValueDecl>(DRE->getDecl()); local
[all...]
/openbsd-current/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp731 std::string Decl; local
/openbsd-current/gnu/llvm/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp363 CharSourceRange tooling::getAssociatedRange(const Decl &Decl, argument
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-c-test/
H A Ddebuginfo.c22 LLVMMetadataRef Decl = LLVMDIBuilderCreateStructType(DIB, File, "TestClass", 9, File, 42, 64, 0, LLVMDIFlagObjcClassComplete, NULL, NULL, 0, 0, NULL, NULL, 0); local

Completed in 590 milliseconds

1234