Searched defs:Scoped (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiHashing.cpp | 31 bool Scoped = bool(Opts & ClassOptions::Scoped); in getHashForUdt() local 69 bool Scoped = bool(Opts & ClassOptions::Scoped); in getTagRecordHashForUdt() local
|
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
H A D | every-class.cpp | 37 struct Scoped {}; in main() struct
|
/llvm-project/clang/test/SemaCXX/ |
H A D | varargs.cpp | 39 enum class Scoped { Three }; in promotable() enum
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | QualityTests.cpp | 287 SymbolRelevanceSignals Scoped; in TEST() local
|
H A D | CodeCompleteTests.cpp | 770 TEST(CompletionTest,Scoped) TEST() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | easily-swappable-parameters-implicits.cpp | 95 enum struct Scoped { A, enum
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | Representation.h | 445 bool Scoped = false; global() member
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 223 Scoped = 0x0100, enumerator
|
/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 4825 EnumDecl(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,EnumDecl * PrevDecl,bool Scoped,bool ScopedUsingClassTag,bool Fixed) EnumDecl() argument
|