Searched refs:isSet (Results 26 - 34 of 34) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h264 bool isSet() const { return (Block != nullptr); } function in class:llvm::IRBuilderBase::InsertPoint
284 if (IP.isSet())
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp2412 if (SS && SS->isSet() && !SS->isInvalid()) {
3394 if (SS.isSet() && !SS.isInvalid()) {
4232 if (SS.isSet() && isDependentScopeSpecifier(SS)) {
4309 if (SS.isSet()) {
11454 if (SS.isSet())
16071 if (D.getCXXScopeSpec().isSet() && !Invalid) {
16548 if ((SS.isInvalid() || !SS.isSet()) &&
16591 } else if (SS.isInvalid() || !SS.isSet()) {
H A DSemaChecking.cpp8561 if (FS.isPublic().isSet()) {
8568 if (FS.isPrivate().isSet()) {
H A DSemaOpenMP.cpp16161 if (ReductionIdScopeSpec.isSet()) {
18857 (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default")) {
18862 if (SemaRef.getLangOpts().CPlusPlus && !MapperIdScopeSpec.isSet())
18897 if (MapperIdScopeSpec.isSet() || MapperId.getAsString() != "default") {
H A DSemaDeclObjC.cpp5204 if (D.getCXXScopeSpec().isSet()) {
H A DSemaExpr.cpp2460 } else if (SS.isSet()) {
2496 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl();
3071 if (SS.isSet())
H A DSemaType.cpp5519 else if (!D.getCXXScopeSpec().isSet()) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1579 if (Spec.isSet())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1875 if (Arg.isSet())

Completed in 625 milliseconds

12