Searched refs:setIsUsed (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h152 void setIsUsed(bool Val) { IsUsed = Val; } function in class:clang::MacroInfo
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h573 void setIsUsed() { getCanonicalDecl()->Used = true; } function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1870 MI->setIsUsed(true);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp423 setIsUsed();
H A DASTImporter.cpp137 To->setIsUsed();
286 ToD->setIsUsed();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4854 NewVar->setIsUsed();
H A DSemaDecl.cpp3793 New->setIsUsed();
4204 New->setIsUsed();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1742 MI->setIsUsed(Record[NextIndex++]);

Completed in 340 milliseconds