/llvm-project/clang/include/clang/Lex/ |
H A D | CodeCompletionHandler.h | 48 virtual void CodeCompleteMacroName(bool IsDefinition) { } in CodeCompleteMacroName()
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | CollectMacros.h | 30 bool IsDefinition; member
|
H A D | CollectMacros.cpp | 28 bool IsDefinition, bool InIfCondition) { in add() argument
|
/llvm-project/clang/unittests/ASTMatchers/Dynamic/ |
H A D | RegistryTest.cpp | 250 const VariantMatcher IsDefinition = constructMatcher("isDefinition"); in TEST_F() local
|
/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 862 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; createFunction() local 881 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; createTempFunctionFwdDecl() local 900 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; createMethod() local [all...] |
H A D | DebugInfoMetadata.cpp | 1032 toSPFlags(bool IsLocalToUnit,bool IsDefinition,bool IsOptimized,unsigned Virtuality,bool IsMainSubprogram) toSPFlags() argument 1280 getImpl(LLVMContext & Context,Metadata * Scope,MDString * Name,MDString * LinkageName,Metadata * File,unsigned Line,Metadata * Type,bool IsLocalToUnit,bool IsDefinition,Metadata * StaticDataMemberDeclaration,Metadata * TemplateParams,uint32_t AlignInBits,Metadata * Annotations,StorageType Storage,bool ShouldCreate) getImpl() argument
|
H A D | DebugInfo.cpp | 1032 pack_into_DISPFlags(bool IsLocalToUnit,bool IsDefinition,bool IsOptimized) pack_into_DISPFlags() argument 1122 LLVMDIBuilderCreateFunction(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,const char * Name,size_t NameLen,const char * LinkageName,size_t LinkageNameLen,LLVMMetadataRef File,unsigned LineNo,LLVMMetadataRef Ty,LLVMBool IsLocalToUnit,LLVMBool IsDefinition,unsigned ScopeLine,LLVMDIFlags Flags,LLVMBool IsOptimized) LLVMDIBuilderCreateFunction() argument
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | SymbolCollector.cpp | 664 bool IsDefinition = MacroRef.IsDefinition; handleMacros() local
|
/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 2326 CodeCompleteMacroName(bool IsDefinition) CodeCompleteMacroName() argument
|
/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 416 const bool IsDefinition = Method->isThisDeclarationADefinition(); VisitObjCMethodDecl() local
|
H A D | DeclBase.cpp | 844 bool IsDefinition; isWeakImported() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 2537 bool IsDefinition = true; TEST_F() local 2927 bool IsDefinition = true; TEST_F() local 3017 bool IsDefinition = true; TEST_F() local [all...] |
/llvm-project/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 283 value IsDefinition, value ScopeLine, in llvm_dibuild_create_function_native() argument
|
/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 881 bool IsDefinition = false; in parsePattern() local
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNarrowingTest.cpp | 2688 TEST_P(ASTMatchersTest,IsDefinition) TEST_P() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 6927 checkDLLAttributeRedeclaration(Sema & S,NamedDecl * OldDecl,NamedDecl * NewDecl,bool IsSpecialization,bool IsDefinition) checkDLLAttributeRedeclaration() argument 8926 bool IsDefinition = ExtraArgs.D.isFunctionDefinition(); DiagnoseInvalidRedeclaration() local 10869 getImplicitCodeSegOrSectionAttrForFunction(const FunctionDecl * FD,bool IsDefinition) getImplicitCodeSegOrSectionAttrForFunction() argument [all...] |
H A D | SemaCodeComplete.cpp | 10095 CodeCompletePreprocessorMacroName(bool IsDefinition) CodeCompletePreprocessorMacroName() argument
|